Html Css Color HEX #0A116F Midnight Blue

📋 copy color: '#0A116F'

red 10 ◦ green 17 ◦ blue 111

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

Shades of Midnight Blue #0A116F

Tints of Midnight Blue #0A116F

RGB

 RED value IS 10 (4.3% from 255) = 7.25%

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

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

R = 7.25%
G = 12.32%
B = 80.43%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A116F (or 0x0A116F) is known color: Midnight Blue. HEX triplet: 0A, 11 and 6F. RGB value is (10,17,111). Sum of RGB (Red+Green+Blue) = 10+17+111=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A116F is #F5EE90. Grayscale: #191919. Windows color (decimal): -16117393 or 7278858. OLE color: 7278858.

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

Color convert

RGB 10 17 111 -
CMYK 0.91 0.85 0 0.56
HSL 235.84º 0.83% 0.24% -
HSV(B) 235.84º 0.91% 0.44% -
XYZ 3.19 1.61 15.18 -
YUV 25.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 10 17 111 0.91 0.85 0 0.56 235.84 0.83 0.24
Hex A 11 6F 5B 55 0 38 EC 53 18
Octal 12 21 157 133 125 0 70 354 123 30
Binary 1010 10001 1101111 1011011 1010101 0 111000 11101100 1010011 11000

Color Harmonies of #0A116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A116F

Black with #0A116F

Text Example


Text Example

White with #0A116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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