Html Css Color HEX #0C0377 Navy

📋 copy color: '#0C0377'

red 12 ◦ green 3 ◦ blue 119

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

Shades of Navy #0C0377

Tints of Navy #0C0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 88.81%

R = 8.96%
G = 2.24%
B = 88.81%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C0377 (or 0x0C0377) is known color: Navy. HEX triplet: 0C, 03 and 77. RGB value is (12,3,119). Sum of RGB (Red+Green+Blue) = 12+3+119=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0377 is #F3FC88. Grayscale: #121212. Windows color (decimal): -15989897 or 7799564. OLE color: 7799564.

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

Color convert

RGB 12 3 119 -
CMYK 0.90 0.97 0 0.53
HSL 244.66º 0.95% 0.24% -
HSV(B) 244.66º 0.97% 0.47% -
XYZ 3.51 1.48 17.55 -
YUV 18.92 184.48 123.07 -
System Red Green Blue C M Y K H S L
Decimal 12 3 119 0.90 0.97 0 0.53 244.66 0.95 0.24
Hex C 3 77 5A 61 0 35 F5 5F 18
Octal 14 3 167 132 141 0 65 365 137 30
Binary 1100 11 1110111 1011010 1100001 0 110101 11110101 1011111 11000

Color Harmonies of #0C0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0377

Black with #0C0377

Text Example


Text Example

White with #0C0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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