Html Css Color HEX #000C85 Navy

📋 copy color: '#000C85'

red 0 ◦ green 12 ◦ blue 133

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

Shades of Navy #000C85

Tints of Navy #000C85

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 133 (52.34% from 255) = 91.72%

R = 0%
G = 8.28%
B = 91.72%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000C85 (or 0x000C85) is known color: Navy. HEX triplet: 00, 0C and 85. RGB value is (0,12,133). Sum of RGB (Red+Green+Blue) = 0+12+133=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 133 (52.34% from 255 or 91.72% from 145); Max value from RGB is 133 - color contains mainly: blue. Hex color #000C85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C85 is #FFF37A. Grayscale: #151515. Windows color (decimal): -16774011 or 8719360. OLE color: 8719360.

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

Color convert

RGB 0 12 133 -
CMYK 1 0.91 0 0.48
HSL 234.59º 1% 0.26% -
HSV(B) 234.59º 1% 0.52% -
XYZ 4.37 1.96 22.34 -
YUV 22.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 0 12 133 1 0.91 0 0.48 234.59 1 0.26
Hex 0 C 85 64 5B 0 30 EB 64 1A
Octal 0 14 205 144 133 0 60 353 144 32
Binary 0 1100 10000101 1100100 1011011 0 110000 11101011 1100100 11010

Color Harmonies of #000C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C85

Black with #000C85

Text Example


Text Example

White with #000C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C85; }

 p { color: rgb(0,12,133); }

 H1.HeaderClassName
 {
   color: #000C85;
 }
 .AnyTagClassName
 {
   color: #000C85;
 }
</style>

background-color css

<style>
 a { background-color: #000C85; }

 a { background-color: rgb(0,12,133); }

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

border-color css

<style>
 span { border-color: #000C85; }

 span { border-color: rgb(0,12,133); }

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