Html Css Color HEX #0C086F Midnight Blue

📋 copy color: '#0C086F'

red 12 ◦ green 8 ◦ blue 111

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

Shades of Midnight Blue #0C086F

Tints of Midnight Blue #0C086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.73%

R = 9.16%
G = 6.11%
B = 84.73%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C086F (or 0x0C086F) is known color: Midnight Blue. HEX triplet: 0C, 08 and 6F. RGB value is (12,8,111). Sum of RGB (Red+Green+Blue) = 12+8+111=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C086F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C086F is #F3F790. Grayscale: #141414. Windows color (decimal): -15988625 or 7276556. OLE color: 7276556.

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

Color convert

RGB 12 8 111 -
CMYK 0.89 0.93 0 0.56
HSL 242.33º 0.87% 0.23% -
HSV(B) 242.33º 0.93% 0.44% -
XYZ 3.11 1.4 15.15 -
YUV 20.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 12 8 111 0.89 0.93 0 0.56 242.33 0.87 0.23
Hex C 8 6F 59 5D 0 38 F2 57 17
Octal 14 10 157 131 135 0 70 362 127 27
Binary 1100 1000 1101111 1011001 1011101 0 111000 11110010 1010111 10111

Color Harmonies of #0C086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C086F

Black with #0C086F

Text Example


Text Example

White with #0C086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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