Html Css Color HEX #110250 Midnight Blue

📋 copy color: '#110250'

red 17 ◦ green 2 ◦ blue 80

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

Shades of Midnight Blue #110250

Tints of Midnight Blue #110250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 80.81%

R = 17.17%
G = 2.02%
B = 80.81%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110250 (or 0x110250) is known color: Midnight Blue. HEX triplet: 11, 02 and 50. RGB value is (17,2,80). Sum of RGB (Red+Green+Blue) = 17+2+80=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #110250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110250 is #EEFDAF. Grayscale: #0F0F0F. Windows color (decimal): -15662512 or 5243409. OLE color: 5243409.

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

Color convert

RGB 17 2 80 -
CMYK 0.79 0.98 0 0.69
HSL 251.54º 0.95% 0.16% -
HSV(B) 251.54º 0.98% 0.31% -
XYZ 1.7 0.74 7.64 -
YUV 15.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 17 2 80 0.79 0.98 0 0.69 251.54 0.95 0.16
Hex 11 2 50 4F 62 0 45 FC 5F 10
Octal 21 2 120 117 142 0 105 374 137 20
Binary 10001 10 1010000 1001111 1100010 0 1000101 11111100 1011111 10000

Color Harmonies of #110250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110250

Black with #110250

Text Example


Text Example

White with #110250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110250; }

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

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

background-color css

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

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

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

border-color css

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

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

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