Html Css Color HEX #110252 Midnight Blue

📋 copy color: '#110252'

red 17 ◦ green 2 ◦ blue 82

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

Shades of Midnight Blue #110252

Tints of Midnight Blue #110252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 81.19%

R = 16.83%
G = 1.98%
B = 81.19%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#110252 (or 0x110252) is known color: Midnight Blue. HEX triplet: 11, 02 and 52. RGB value is (17,2,82). Sum of RGB (Red+Green+Blue) = 17+2+82=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #110252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110252 is #EEFDAD. Grayscale: #0F0F0F. Windows color (decimal): -15662510 or 5374481. OLE color: 5374481.

HSL color Cylindrical-coordinate representation of color #110252: hue angle of 251.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110252 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 2 82 -
CMYK 0.79 0.98 0 0.68
HSL 251.25º 0.95% 0.16% -
HSV(B) 251.25º 0.98% 0.32% -
XYZ 1.78 0.77 8.04 -
YUV 15.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 17 2 82 0.79 0.98 0 0.68 251.25 0.95 0.16
Hex 11 2 52 4F 62 0 44 FB 5F 10
Octal 21 2 122 117 142 0 104 373 137 20
Binary 10001 10 1010010 1001111 1100010 0 1000100 11111011 1011111 10000

Color Harmonies of #110252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110252

Black with #110252

Text Example


Text Example

White with #110252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110252; }

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

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

background-color css

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

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

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

border-color css

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

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

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