Html Css Color HEX #0C0184 Navy

📋 copy color: '#0C0184'

red 12 ◦ green 1 ◦ blue 132

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

Shades of Navy #0C0184

Tints of Navy #0C0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 91.03%

R = 8.28%
G = 0.69%
B = 91.03%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C0184 (or 0x0C0184) is known color: Navy. HEX triplet: 0C, 01 and 84. RGB value is (12,1,132). Sum of RGB (Red+Green+Blue) = 12+1+132=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 132 (51.95% from 255 or 91.03% from 145); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C0184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0184 is #F3FE7B. Grayscale: #121212. Windows color (decimal): -15990396 or 8651020. OLE color: 8651020.

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

Color convert

RGB 12 1 132 -
CMYK 0.91 0.99 0 0.48
HSL 245.04º 0.98% 0.26% -
HSV(B) 245.04º 0.99% 0.52% -
XYZ 4.33 1.77 21.94 -
YUV 19.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 12 1 132 0.91 0.99 0 0.48 245.04 0.98 0.26
Hex C 1 84 5B 63 0 30 F5 62 1A
Octal 14 1 204 133 143 0 60 365 142 32
Binary 1100 1 10000100 1011011 1100011 0 110000 11110101 1100010 11010

Color Harmonies of #0C0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0184

Black with #0C0184

Text Example


Text Example

White with #0C0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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