Html Css Color HEX #110B5E Midnight Blue

📋 copy color: '#110B5E'

red 17 ◦ green 11 ◦ blue 94

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

Shades of Midnight Blue #110B5E

Tints of Midnight Blue #110B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.02%

 BLUE value IS 94 (37.11% from 255) = 77.05%

R = 13.93%
G = 9.02%
B = 77.05%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#110B5E (or 0x110B5E) is known color: Midnight Blue. HEX triplet: 11, 0B and 5E. RGB value is (17,11,94). Sum of RGB (Red+Green+Blue) = 17+11+94=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #110B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B5E is #EEF4A1. Grayscale: #151515. Windows color (decimal): -15660194 or 6163217. OLE color: 6163217.

HSL color Cylindrical-coordinate representation of color #110B5E: hue angle of 244.34º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110B5E is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 11 94 -
CMYK 0.82 0.88 0 0.63
HSL 244.34º 0.79% 0.21% -
HSV(B) 244.34º 0.88% 0.37% -
XYZ 2.37 1.17 10.69 -
YUV 22.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 17 11 94 0.82 0.88 0 0.63 244.34 0.79 0.21
Hex 11 B 5E 52 58 0 3F F4 4F 15
Octal 21 13 136 122 130 0 77 364 117 25
Binary 10001 1011 1011110 1010010 1011000 0 111111 11110100 1001111 10101

Color Harmonies of #110B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B5E

Black with #110B5E

Text Example


Text Example

White with #110B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B5E; }

 p { color: rgb(17,11,94); }

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

background-color css

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

 a { background-color: rgb(17,11,94); }

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

border-color css

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

 span { border-color: rgb(17,11,94); }

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