Html Css Color HEX #110263 Midnight Blue

📋 copy color: '#110263'

red 17 ◦ green 2 ◦ blue 99

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

Shades of Midnight Blue #110263

Tints of Midnight Blue #110263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 83.9%

R = 14.41%
G = 1.69%
B = 83.9%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#110263 (or 0x110263) is known color: Midnight Blue. HEX triplet: 11, 02 and 63. RGB value is (17,2,99). Sum of RGB (Red+Green+Blue) = 17+2+99=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #110263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110263 is #EEFD9C. Grayscale: #111111. Windows color (decimal): -15662493 or 6488593. OLE color: 6488593.

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

Color convert

RGB 17 2 99 -
CMYK 0.83 0.98 0 0.61
HSL 249.28º 0.96% 0.2% -
HSV(B) 249.28º 0.98% 0.39% -
XYZ 2.51 1.06 11.88 -
YUV 17.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 17 2 99 0.83 0.98 0 0.61 249.28 0.96 0.2
Hex 11 2 63 53 62 0 3D F9 60 14
Octal 21 2 143 123 142 0 75 371 140 24
Binary 10001 10 1100011 1010011 1100010 0 111101 11111001 1100000 10100

Color Harmonies of #110263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110263

Black with #110263

Text Example


Text Example

White with #110263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110263; }

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

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

background-color css

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

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

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

border-color css

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

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

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