Html Css Color HEX #10116A Midnight Blue

📋 copy color: '#10116A'

red 16 ◦ green 17 ◦ blue 106

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

Shades of Midnight Blue #10116A

Tints of Midnight Blue #10116A

RGB

 RED value IS 16 (6.64% from 255) = 11.51%

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

 BLUE value IS 106 (41.8% from 255) = 76.26%

R = 11.51%
G = 12.23%
B = 76.26%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10116A (or 0x10116A) is known color: Midnight Blue. HEX triplet: 10, 11 and 6A. RGB value is (16,17,106). Sum of RGB (Red+Green+Blue) = 16+17+106=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #10116A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116A is #EFEE95. Grayscale: #1A1A1A. Windows color (decimal): -15724182 or 6951184. OLE color: 6951184.

HSL color Cylindrical-coordinate representation of color #10116A: hue angle of 239.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10116A is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 17 106 -
CMYK 0.85 0.84 0 0.58
HSL 239.33º 0.74% 0.24% -
HSV(B) 239.33º 0.85% 0.42% -
XYZ 3.02 1.55 13.78 -
YUV 26.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 16 17 106 0.85 0.84 0 0.58 239.33 0.74 0.24
Hex 10 11 6A 55 54 0 3A EF 4A 18
Octal 20 21 152 125 124 0 72 357 112 30
Binary 10000 10001 1101010 1010101 1010100 0 111010 11101111 1001010 11000

Color Harmonies of #10116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10116A

Black with #10116A

Text Example


Text Example

White with #10116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10116A; }

 p { color: rgb(16,17,106); }

 H1.HeaderClassName
 {
   color: #10116A;
 }
 .AnyTagClassName
 {
   color: #10116A;
 }
</style>

background-color css

<style>
 a { background-color: #10116A; }

 a { background-color: rgb(16,17,106); }

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

border-color css

<style>
 span { border-color: #10116A; }

 span { border-color: rgb(16,17,106); }

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