Html Css Color HEX #030C71 Navy

📋 copy color: '#030C71'

red 3 ◦ green 12 ◦ blue 113

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

Shades of Navy #030C71

Tints of Navy #030C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

 BLUE value IS 113 (44.53% from 255) = 88.28%

R = 2.34%
G = 9.38%
B = 88.28%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030C71 (or 0x030C71) is known color: Navy. HEX triplet: 03, 0C and 71. RGB value is (3,12,113). Sum of RGB (Red+Green+Blue) = 3+12+113=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #030C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C71 is #FCF38E. Grayscale: #141414. Windows color (decimal): -16577423 or 7408643. OLE color: 7408643.

HSL color Cylindrical-coordinate representation of color #030C71: hue angle of 235.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C71 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 12 113 -
CMYK 0.97 0.89 0 0.56
HSL 235.09º 0.95% 0.23% -
HSV(B) 235.09º 0.97% 0.44% -
XYZ 3.15 1.47 15.74 -
YUV 20.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 3 12 113 0.97 0.89 0 0.56 235.09 0.95 0.23
Hex 3 C 71 61 59 0 38 EB 5F 17
Octal 3 14 161 141 131 0 70 353 137 27
Binary 11 1100 1110001 1100001 1011001 0 111000 11101011 1011111 10111

Color Harmonies of #030C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C71

Black with #030C71

Text Example


Text Example

White with #030C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,113); }

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

background-color css

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

 a { background-color: rgb(3,12,113); }

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

border-color css

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

 span { border-color: rgb(3,12,113); }

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