Html Css Color HEX #10166E Midnight Blue

📋 copy color: '#10166E'

red 16 ◦ green 22 ◦ blue 110

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

Shades of Midnight Blue #10166E

Tints of Midnight Blue #10166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 110 (43.36% from 255) = 74.32%

R = 10.81%
G = 14.86%
B = 74.32%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10166E (or 0x10166E) is known color: Midnight Blue. HEX triplet: 10, 16 and 6E. RGB value is (16,22,110). Sum of RGB (Red+Green+Blue) = 16+22+110=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #10166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166E is #EFE991. Grayscale: #1D1D1D. Windows color (decimal): -15722898 or 7214608. OLE color: 7214608.

HSL color Cylindrical-coordinate representation of color #10166E: hue angle of 236.17º degrees, saturation: 0.75, 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 #10166E is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 22 110 -
CMYK 0.85 0.8 0 0.57
HSL 236.17º 0.75% 0.25% -
HSV(B) 236.17º 0.85% 0.43% -
XYZ 3.32 1.81 14.93 -
YUV 30.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 16 22 110 0.85 0.8 0 0.57 236.17 0.75 0.25
Hex 10 16 6E 55 50 0 39 EC 4B 19
Octal 20 26 156 125 120 0 71 354 113 31
Binary 10000 10110 1101110 1010101 1010000 0 111001 11101100 1001011 11001

Color Harmonies of #10166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10166E

Black with #10166E

Text Example


Text Example

White with #10166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10166E; }

 p { color: rgb(16,22,110); }

 H1.HeaderClassName
 {
   color: #10166E;
 }
 .AnyTagClassName
 {
   color: #10166E;
 }
</style>

background-color css

<style>
 a { background-color: #10166E; }

 a { background-color: rgb(16,22,110); }

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

border-color css

<style>
 span { border-color: #10166E; }

 span { border-color: rgb(16,22,110); }

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