Html Css Color HEX #0C0375 Navy

📋 copy color: '#0C0375'

red 12 ◦ green 3 ◦ blue 117

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

Shades of Navy #0C0375

Tints of Navy #0C0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 88.64%

R = 9.09%
G = 2.27%
B = 88.64%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C0375 (or 0x0C0375) is known color: Navy. HEX triplet: 0C, 03 and 75. RGB value is (12,3,117). Sum of RGB (Red+Green+Blue) = 12+3+117=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C0375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0375 is #F3FC8A. Grayscale: #121212. Windows color (decimal): -15989899 or 7668492. OLE color: 7668492.

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

Color convert

RGB 12 3 117 -
CMYK 0.90 0.97 0 0.54
HSL 244.74º 0.95% 0.24% -
HSV(B) 244.74º 0.97% 0.46% -
XYZ 3.4 1.43 16.93 -
YUV 18.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 12 3 117 0.90 0.97 0 0.54 244.74 0.95 0.24
Hex C 3 75 5A 61 0 36 F5 5F 18
Octal 14 3 165 132 141 0 66 365 137 30
Binary 1100 11 1110101 1011010 1100001 0 110110 11110101 1011111 11000

Color Harmonies of #0C0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0375

Black with #0C0375

Text Example


Text Example

White with #0C0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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