Html Css Color HEX #0C086E Midnight Blue

📋 copy color: '#0C086E'

red 12 ◦ green 8 ◦ blue 110

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

Shades of Midnight Blue #0C086E

Tints of Midnight Blue #0C086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 84.62%

R = 9.23%
G = 6.15%
B = 84.62%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C086E (or 0x0C086E) is known color: Midnight Blue. HEX triplet: 0C, 08 and 6E. RGB value is (12,8,110). Sum of RGB (Red+Green+Blue) = 12+8+110=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C086E is #F3F791. Grayscale: #141414. Windows color (decimal): -15988626 or 7211020. OLE color: 7211020.

HSL color Cylindrical-coordinate representation of color #0C086E: hue angle of 242.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C086E is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 8 110 -
CMYK 0.89 0.93 0 0.57
HSL 242.35º 0.86% 0.23% -
HSV(B) 242.35º 0.93% 0.43% -
XYZ 3.05 1.38 14.86 -
YUV 20.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 12 8 110 0.89 0.93 0 0.57 242.35 0.86 0.23
Hex C 8 6E 59 5D 0 39 F2 56 17
Octal 14 10 156 131 135 0 71 362 126 27
Binary 1100 1000 1101110 1011001 1011101 0 111001 11110010 1010110 10111

Color Harmonies of #0C086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C086E

Black with #0C086E

Text Example


Text Example

White with #0C086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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