Html Css Color HEX #0C0085 Navy

📋 copy color: '#0C0085'

red 12 ◦ green 0 ◦ blue 133

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

Shades of Navy #0C0085

Tints of Navy #0C0085

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C0085 (or 0x0C0085) is known color: Navy. HEX triplet: 0C, 00 and 85. RGB value is (12,0,133). Sum of RGB (Red+Green+Blue) = 12+0+133=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 0 (0.39% from 255 or 0% 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 #0C0085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0085 is #F3FF7A. Grayscale: #121212. Windows color (decimal): -15990651 or 8716300. OLE color: 8716300.

HSL color Cylindrical-coordinate representation of color #0C0085: hue angle of 245.41º 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 #0C0085 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 0 133 -
CMYK 0.91 1 0 0.48
HSL 245.41º 1% 0.26% -
HSV(B) 245.41º 1% 0.52% -
XYZ 4.39 1.77 22.3 -
YUV 18.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 12 0 133 0.91 1 0 0.48 245.41 1 0.26
Hex C 0 85 5B 64 0 30 F5 64 1A
Octal 14 0 205 133 144 0 60 365 144 32
Binary 1100 0 10000101 1011011 1100100 0 110000 11110101 1100100 11010

Color Harmonies of #0C0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0085

Black with #0C0085

Text Example


Text Example

White with #0C0085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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