Html Css Color HEX #030C74 Navy

📋 copy color: '#030C74'

red 3 ◦ green 12 ◦ blue 116

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

Shades of Navy #030C74

Tints of Navy #030C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 88.55%

R = 2.29%
G = 9.16%
B = 88.55%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030C74 (or 0x030C74) is known color: Navy. HEX triplet: 03, 0C and 74. RGB value is (3,12,116). Sum of RGB (Red+Green+Blue) = 3+12+116=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 116 (45.70% from 255 or 88.55% from 131); Max value from RGB is 116 - color contains mainly: blue. Hex color #030C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C74 is #FCF38B. Grayscale: #141414. Windows color (decimal): -16577420 or 7605251. OLE color: 7605251.

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

Color convert

RGB 3 12 116 -
CMYK 0.97 0.90 0 0.55
HSL 235.22º 0.95% 0.23% -
HSV(B) 235.22º 0.97% 0.45% -
XYZ 3.32 1.54 16.65 -
YUV 21.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 3 12 116 0.97 0.90 0 0.55 235.22 0.95 0.23
Hex 3 C 74 61 5A 0 37 EB 5F 17
Octal 3 14 164 141 132 0 67 353 137 27
Binary 11 1100 1110100 1100001 1011010 0 110111 11101011 1011111 10111

Color Harmonies of #030C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C74

Black with #030C74

Text Example


Text Example

White with #030C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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