Html Css Color HEX #030D81 Navy

📋 copy color: '#030D81'

red 3 ◦ green 13 ◦ blue 129

#030D81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #030D81

Tints of Navy #030D81

RGB

 RED value IS 3 (1.56% from 255) = 2.07%

 GREEN value IS 13 (5.47% from 255) = 8.97%

 BLUE value IS 129 (50.78% from 255) = 88.97%

R = 2.07%
G = 8.97%
B = 88.97%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#030D81 (or 0x030D81) is known color: Navy. HEX triplet: 03, 0D and 81. RGB value is (3,13,129). Sum of RGB (Red+Green+Blue) = 3+13+129=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #030D81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D81 is #FCF27E. Grayscale: #161616. Windows color (decimal): -16577151 or 8457475. OLE color: 8457475.

HSL color Cylindrical-coordinate representation of color #030D81: hue angle of 235.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D81 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 13 129 -
CMYK 0.98 0.90 0 0.49
HSL 235.24º 0.95% 0.26% -
HSV(B) 235.24º 0.98% 0.51% -
XYZ 4.14 1.89 20.92 -
YUV 23.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 3 13 129 0.98 0.90 0 0.49 235.24 0.95 0.26
Hex 3 D 81 62 5A 0 31 EB 5F 1A
Octal 3 15 201 142 132 0 61 353 137 32
Binary 11 1101 10000001 1100010 1011010 0 110001 11101011 1011111 11010

Color Harmonies of #030D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D81

Black with #030D81

Text Example


Text Example

White with #030D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D81; }

 p { color: rgb(3,13,129); }

 H1.HeaderClassName
 {
   color: #030D81;
 }
 .AnyTagClassName
 {
   color: #030D81;
 }
</style>

background-color css

<style>
 a { background-color: #030D81; }

 a { background-color: rgb(3,13,129); }

 div.DivClassName
 {
   background-color: #030D81;
 }
 .BgClassName
 {
   background-color: #030D81;
 }
</style>

border-color css

<style>
 span { border-color: #030D81; }

 span { border-color: rgb(3,13,129); }

 td.TdClassName
 {
   border-color: #030D81;
 }
 .TagClassName
 {
   border-color: #030D81;
 }
</style>