Html Css Color HEX #10116D Midnight Blue

📋 copy color: '#10116D'

red 16 ◦ green 17 ◦ blue 109

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

Shades of Midnight Blue #10116D

Tints of Midnight Blue #10116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 76.76%

R = 11.27%
G = 11.97%
B = 76.76%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10116D (or 0x10116D) is known color: Midnight Blue. HEX triplet: 10, 11 and 6D. RGB value is (16,17,109). Sum of RGB (Red+Green+Blue) = 16+17+109=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #10116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10116D is #EFEE92. Grayscale: #1A1A1A. Windows color (decimal): -15724179 or 7147792. OLE color: 7147792.

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

Color convert

RGB 16 17 109 -
CMYK 0.85 0.84 0 0.57
HSL 239.35º 0.74% 0.25% -
HSV(B) 239.35º 0.85% 0.43% -
XYZ 3.17 1.62 14.61 -
YUV 27.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 16 17 109 0.85 0.84 0 0.57 239.35 0.74 0.25
Hex 10 11 6D 55 54 0 39 EF 4A 19
Octal 20 21 155 125 124 0 71 357 112 31
Binary 10000 10001 1101101 1010101 1010100 0 111001 11101111 1001010 11001

Color Harmonies of #10116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10116D

Black with #10116D

Text Example


Text Example

White with #10116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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