Html Css Color HEX #10116B Midnight Blue

📋 copy color: '#10116B'

red 16 ◦ green 17 ◦ blue 107

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

Shades of Midnight Blue #10116B

Tints of Midnight Blue #10116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 76.43%

R = 11.43%
G = 12.14%
B = 76.43%

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

#10116B (or 0x10116B) is known color: Midnight Blue. HEX triplet: 10, 11 and 6B. RGB value is (16,17,107). Sum of RGB (Red+Green+Blue) = 16+17+107=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #10116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116B is #EFEE94. Grayscale: #1A1A1A. Windows color (decimal): -15724181 or 7016720. OLE color: 7016720.

HSL color Cylindrical-coordinate representation of color #10116B: hue angle of 239.34º 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 #10116B is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 17 107 -
CMYK 0.85 0.84 0 0.58
HSL 239.34º 0.74% 0.24% -
HSV(B) 239.34º 0.85% 0.42% -
XYZ 3.07 1.57 14.05 -
YUV 26.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 16 17 107 0.85 0.84 0 0.58 239.34 0.74 0.24
Hex 10 11 6B 55 54 0 3A EF 4A 18
Octal 20 21 153 125 124 0 72 357 112 30
Binary 10000 10001 1101011 1010101 1010100 0 111010 11101111 1001010 11000

Color Harmonies of #10116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10116B

Black with #10116B

Text Example


Text Example

White with #10116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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