Html Css Color HEX #0C0378 Navy

📋 copy color: '#0C0378'

red 12 ◦ green 3 ◦ blue 120

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

Shades of Navy #0C0378

Tints of Navy #0C0378

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C0378 (or 0x0C0378) is known color: Navy. HEX triplet: 0C, 03 and 78. RGB value is (12,3,120). Sum of RGB (Red+Green+Blue) = 12+3+120=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 3 (1.56% from 255 or 2.22% 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 #0C0378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0378 is #F3FC87. Grayscale: #121212. Windows color (decimal): -15989896 or 7865100. OLE color: 7865100.

HSL color Cylindrical-coordinate representation of color #0C0378: hue angle of 244.62º 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 #0C0378 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 3 120 -
CMYK 0.90 0.98 0 0.53
HSL 244.62º 0.95% 0.24% -
HSV(B) 244.62º 0.98% 0.47% -
XYZ 3.57 1.5 17.87 -
YUV 19.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 12 3 120 0.90 0.98 0 0.53 244.62 0.95 0.24
Hex C 3 78 5A 62 0 35 F5 5F 18
Octal 14 3 170 132 142 0 65 365 137 30
Binary 1100 11 1111000 1011010 1100010 0 110101 11110101 1011111 11000

Color Harmonies of #0C0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0378

Black with #0C0378

Text Example


Text Example

White with #0C0378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0378; }

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

 H1.HeaderClassName
 {
   color: #0C0378;
 }
 .AnyTagClassName
 {
   color: #0C0378;
 }
</style>

background-color css

<style>
 a { background-color: #0C0378; }

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

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

border-color css

<style>
 span { border-color: #0C0378; }

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

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