Html Css Color HEX #030C78 Navy

📋 copy color: '#030C78'

red 3 ◦ green 12 ◦ blue 120

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

Shades of Navy #030C78

Tints of Navy #030C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 88.89%

R = 2.22%
G = 8.89%
B = 88.89%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030C78 (or 0x030C78) is known color: Navy. HEX triplet: 03, 0C and 78. RGB value is (3,12,120). Sum of RGB (Red+Green+Blue) = 3+12+120=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 120 (47.27% from 255 or 88.89% from 135); Max value from RGB is 120 - color contains mainly: blue. Hex color #030C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C78 is #FCF387. Grayscale: #151515. Windows color (decimal): -16577416 or 7867395. OLE color: 7867395.

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

Color convert

RGB 3 12 120 -
CMYK 0.98 0.90 0 0.53
HSL 235.38º 0.95% 0.24% -
HSV(B) 235.38º 0.98% 0.47% -
XYZ 3.56 1.64 17.9 -
YUV 21.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 3 12 120 0.98 0.90 0 0.53 235.38 0.95 0.24
Hex 3 C 78 62 5A 0 35 EB 5F 18
Octal 3 14 170 142 132 0 65 353 137 30
Binary 11 1100 1111000 1100010 1011010 0 110101 11101011 1011111 11000

Color Harmonies of #030C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C78

Black with #030C78

Text Example


Text Example

White with #030C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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