Color Hex Logo

#030d5b Color Hex

#030D5B
(3,13,91)
0 Favorites   0 Comments

Color spaces of #030d5b

RGB 31391
HSL0.650.940.18
HSV233°97°36°
CMYK 0.970.860.00   0.64
XYZ2.06981.06259.9935
Yxy1.06250.15770.0809
Hunter Lab10.307817.8042-50.2669
CIE-Lab9.501629.7054-46.2475

#030d5b color RGB value is (3,13,91).

#030d5b hex color red value is 3, green value is 13 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #030d5b hue: 0.65 , saturation: 0.94 and the lightness value of 030d5b is 0.18.

The process color (four color CMYK) of #030d5b color hex is 0.97, 0.86, 0.00, 0.64. Web safe color of #030d5b is #000066. Color #030d5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001101 01011011
Octal 3 15 133
Decimal 3 13 91
Hex 3 D 5B

RGB Percentages of Color #030d5b

%2.80
%12.15
%85.05

CMYK Percentages of Color #030d5b

%97
%86
%0
%64

Triadic Colors of #030d5b

#030d5b #5b030d #0d5b03

Analogous Colors of #030d5b

#030d5b #25035b #03395b

Monochromatic Colors of #030d5b

#030d5b

Complementary Color

#030d5b #5b5103

#030d5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030d5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#030d5b Color CSS Codes

.mybgcolor {background-color:#030d5b; } 
.myforecolor {color:#030d5b; }
.mybordercolor {border:3px solid #030d5b; }

#030d5b Text Font Color

<p style="color:#030d5b">Text here</p>

This sample text font color is #030d5b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#030d5b Background Color

<div style="background-color:#030d5b">
Div content here</div>

This div background color is #030d5b


#030d5b Border Color

<div style="border:3px solid #030d5b">
Div here</div>

This div border color is #030d5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,13,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030d5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030d5b;
  -webkit-box-shadow: 1px 1px 3px 2px #030d5b;
  box-shadow:         1px 1px 3px 2px #030d5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,13,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #030d5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #030d5b;
  -webkit-box-shadow: 1px 1px 3px 2px #030d5b;
  box-shadow:         1px 1px 3px 2px #030d5b;">
Div content here</div>

This div box has shadow with color #030d5b


Comments

No comments written yet.

Please login to write comment.