Html Css Color HEX #0C0182 Navy

📋 copy color: '#0C0182'

red 12 ◦ green 1 ◦ blue 130

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

Shades of Navy #0C0182

Tints of Navy #0C0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 130 (51.17% from 255) = 90.91%

R = 8.39%
G = 0.7%
B = 90.91%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C0182 (or 0x0C0182) is known color: Navy. HEX triplet: 0C, 01 and 82. RGB value is (12,1,130). Sum of RGB (Red+Green+Blue) = 12+1+130=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C0182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0182 is #F3FE7D. Grayscale: #121212. Windows color (decimal): -15990398 or 8519948. OLE color: 8519948.

HSL color Cylindrical-coordinate representation of color #0C0182: hue angle of 245.12º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0182 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 1 130 -
CMYK 0.91 0.99 0 0.49
HSL 245.12º 0.98% 0.26% -
HSV(B) 245.12º 0.99% 0.51% -
XYZ 4.19 1.71 21.23 -
YUV 19 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 12 1 130 0.91 0.99 0 0.49 245.12 0.98 0.26
Hex C 1 82 5B 63 0 31 F5 62 1A
Octal 14 1 202 133 143 0 61 365 142 32
Binary 1100 1 10000010 1011011 1100011 0 110001 11110101 1100010 11010

Color Harmonies of #0C0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0182

Black with #0C0182

Text Example


Text Example

White with #0C0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,130); }

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

background-color css

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

 a { background-color: rgb(12,1,130); }

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

border-color css

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

 span { border-color: rgb(12,1,130); }

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