Html Css Color HEX #11006A Midnight Blue

📋 copy color: '#11006A'

red 17 ◦ green 0 ◦ blue 106

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

Shades of Midnight Blue #11006A

Tints of Midnight Blue #11006A

RGB

 RED value IS 17 (7.03% from 255) = 13.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.82%
G = 0%
B = 86.18%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11006A (or 0x11006A) is known color: Midnight Blue. HEX triplet: 11, 00 and 6A. RGB value is (17,0,106). Sum of RGB (Red+Green+Blue) = 17+0+106=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 106 (41.80% from 255 or 86.18% from 123); Max value from RGB is 106 - color contains mainly: blue. Hex color #11006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006A is #EEFF95. Grayscale: #101010. Windows color (decimal): -15662998 or 6946833. OLE color: 6946833.

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

Color convert

RGB 17 0 106 -
CMYK 0.84 1 0 0.58
HSL 249.62º 1% 0.21% -
HSV(B) 249.62º 1% 0.42% -
XYZ 2.83 1.16 13.71 -
YUV 17.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 17 0 106 0.84 1 0 0.58 249.62 1 0.21
Hex 11 0 6A 54 64 0 3A FA 64 15
Octal 21 0 152 124 144 0 72 372 144 25
Binary 10001 0 1101010 1010100 1100100 0 111010 11111010 1100100 10101

Color Harmonies of #11006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11006A

Black with #11006A

Text Example


Text Example

White with #11006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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