Html Css Color HEX #110253 Midnight Blue

📋 copy color: '#110253'

red 17 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #110253

Tints of Midnight Blue #110253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 81.37%

R = 16.67%
G = 1.96%
B = 81.37%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110253 (or 0x110253) is known color: Midnight Blue. HEX triplet: 11, 02 and 53. RGB value is (17,2,83). Sum of RGB (Red+Green+Blue) = 17+2+83=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #110253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110253 is #EEFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15662509 or 5440017. OLE color: 5440017.

HSL color Cylindrical-coordinate representation of color #110253: hue angle of 251.11º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110253 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 2 83 -
CMYK 0.80 0.98 0 0.67
HSL 251.11º 0.95% 0.17% -
HSV(B) 251.11º 0.98% 0.33% -
XYZ 1.81 0.79 8.24 -
YUV 15.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 17 2 83 0.80 0.98 0 0.67 251.11 0.95 0.17
Hex 11 2 53 50 62 0 43 FB 5F 11
Octal 21 2 123 120 142 0 103 373 137 21
Binary 10001 10 1010011 1010000 1100010 0 1000011 11111011 1011111 10001

Color Harmonies of #110253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110253

Black with #110253

Text Example


Text Example

White with #110253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110253; }

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

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

background-color css

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

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

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

border-color css

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

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

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