Html Css Color HEX #110266 Midnight Blue

📋 copy color: '#110266'

red 17 ◦ green 2 ◦ blue 102

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

Shades of Midnight Blue #110266

Tints of Midnight Blue #110266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 102 (40.23% from 255) = 84.3%

R = 14.05%
G = 1.65%
B = 84.3%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#110266 (or 0x110266) is known color: Midnight Blue. HEX triplet: 11, 02 and 66. RGB value is (17,2,102). Sum of RGB (Red+Green+Blue) = 17+2+102=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #110266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110266 is #EEFD99. Grayscale: #111111. Windows color (decimal): -15662490 or 6685201. OLE color: 6685201.

HSL color Cylindrical-coordinate representation of color #110266: hue angle of 249º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110266 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 2 102 -
CMYK 0.83 0.98 0 0.6
HSL 249º 0.96% 0.2% -
HSV(B) 249º 0.98% 0.4% -
XYZ 2.65 1.12 12.65 -
YUV 17.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 17 2 102 0.83 0.98 0 0.6 249 0.96 0.2
Hex 11 2 66 53 62 0 3C F9 60 14
Octal 21 2 146 123 142 0 74 371 140 24
Binary 10001 10 1100110 1010011 1100010 0 111100 11111001 1100000 10100

Color Harmonies of #110266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110266

Black with #110266

Text Example


Text Example

White with #110266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110266; }

 p { color: rgb(17,2,102); }

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

background-color css

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

 a { background-color: rgb(17,2,102); }

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

border-color css

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

 span { border-color: rgb(17,2,102); }

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