Html Css Color HEX #0C116F Midnight Blue

📋 copy color: '#0C116F'

red 12 ◦ green 17 ◦ blue 111

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

Shades of Midnight Blue #0C116F

Tints of Midnight Blue #0C116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 8.57%
G = 12.14%
B = 79.29%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C116F (or 0x0C116F) is known color: Midnight Blue. HEX triplet: 0C, 11 and 6F. RGB value is (12,17,111). Sum of RGB (Red+Green+Blue) = 12+17+111=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C116F is #F3EE90. Grayscale: #191919. Windows color (decimal): -15986321 or 7278860. OLE color: 7278860.

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

Color convert

RGB 12 17 111 -
CMYK 0.89 0.85 0 0.56
HSL 236.97º 0.8% 0.24% -
HSV(B) 236.97º 0.89% 0.44% -
XYZ 3.22 1.63 15.18 -
YUV 26.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 12 17 111 0.89 0.85 0 0.56 236.97 0.8 0.24
Hex C 11 6F 59 55 0 38 ED 50 18
Octal 14 21 157 131 125 0 70 355 120 30
Binary 1100 10001 1101111 1011001 1010101 0 111000 11101101 1010000 11000

Color Harmonies of #0C116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C116F

Black with #0C116F

Text Example


Text Example

White with #0C116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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