Html Css Color HEX #0C0373 Navy

📋 copy color: '#0C0373'

red 12 ◦ green 3 ◦ blue 115

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

Shades of Navy #0C0373

Tints of Navy #0C0373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 88.46%

R = 9.23%
G = 2.31%
B = 88.46%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C0373 (or 0x0C0373) is known color: Navy. HEX triplet: 0C, 03 and 73. RGB value is (12,3,115). Sum of RGB (Red+Green+Blue) = 12+3+115=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0373 is #F3FC8C. Grayscale: #121212. Windows color (decimal): -15989901 or 7537420. OLE color: 7537420.

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

Color convert

RGB 12 3 115 -
CMYK 0.90 0.97 0 0.55
HSL 244.82º 0.95% 0.23% -
HSV(B) 244.82º 0.97% 0.45% -
XYZ 3.28 1.38 16.31 -
YUV 18.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 12 3 115 0.90 0.97 0 0.55 244.82 0.95 0.23
Hex C 3 73 5A 61 0 37 F5 5F 17
Octal 14 3 163 132 141 0 67 365 137 27
Binary 1100 11 1110011 1011010 1100001 0 110111 11110101 1011111 10111

Color Harmonies of #0C0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0373

Black with #0C0373

Text Example


Text Example

White with #0C0373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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