Html Css Color HEX #0C087E Navy

📋 copy color: '#0C087E'

red 12 ◦ green 8 ◦ blue 126

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

Shades of Navy #0C087E

Tints of Navy #0C087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 126 (49.61% from 255) = 86.3%

R = 8.22%
G = 5.48%
B = 86.3%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C087E (or 0x0C087E) is known color: Navy. HEX triplet: 0C, 08 and 7E. RGB value is (12,8,126). Sum of RGB (Red+Green+Blue) = 12+8+126=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 126 (49.61% from 255 or 86.30% from 146); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C087E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C087E is #F3F781. Grayscale: #161616. Windows color (decimal): -15988610 or 8259596. OLE color: 8259596.

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

Color convert

RGB 12 8 126 -
CMYK 0.90 0.94 0 0.51
HSL 242.03º 0.88% 0.26% -
HSV(B) 242.03º 0.94% 0.49% -
XYZ 4 1.76 19.87 -
YUV 22.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 12 8 126 0.90 0.94 0 0.51 242.03 0.88 0.26
Hex C 8 7E 5A 5E 0 33 F2 58 1A
Octal 14 10 176 132 136 0 63 362 130 32
Binary 1100 1000 1111110 1011010 1011110 0 110011 11110010 1011000 11010

Color Harmonies of #0C087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C087E

Black with #0C087E

Text Example


Text Example

White with #0C087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,126); }

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

background-color css

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

 a { background-color: rgb(12,8,126); }

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

border-color css

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

 span { border-color: rgb(12,8,126); }

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