Html Css Color HEX #110258 Midnight Blue

📋 copy color: '#110258'

red 17 ◦ green 2 ◦ blue 88

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

Shades of Midnight Blue #110258

Tints of Midnight Blue #110258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 82.24%

R = 15.89%
G = 1.87%
B = 82.24%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#110258 (or 0x110258) is known color: Midnight Blue. HEX triplet: 11, 02 and 58. RGB value is (17,2,88). Sum of RGB (Red+Green+Blue) = 17+2+88=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #110258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110258 is #EEFDA7. Grayscale: #0F0F0F. Windows color (decimal): -15662504 or 5767697. OLE color: 5767697.

HSL color Cylindrical-coordinate representation of color #110258: hue angle of 250.47º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110258 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 2 88 -
CMYK 0.81 0.98 0 0.65
HSL 250.47º 0.96% 0.18% -
HSV(B) 250.47º 0.98% 0.35% -
XYZ 2.01 0.87 9.29 -
YUV 16.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 17 2 88 0.81 0.98 0 0.65 250.47 0.96 0.18
Hex 11 2 58 51 62 0 41 FA 60 12
Octal 21 2 130 121 142 0 101 372 140 22
Binary 10001 10 1011000 1010001 1100010 0 1000001 11111010 1100000 10010

Color Harmonies of #110258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110258

Black with #110258

Text Example


Text Example

White with #110258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110258; }

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

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

background-color css

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

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

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

border-color css

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

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

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