Html Css Color HEX #110B5C Midnight Blue

📋 copy color: '#110B5C'

red 17 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #110B5C

Tints of Midnight Blue #110B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 76.67%

R = 14.17%
G = 9.17%
B = 76.67%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#110B5C (or 0x110B5C) is known color: Midnight Blue. HEX triplet: 11, 0B and 5C. RGB value is (17,11,92). Sum of RGB (Red+Green+Blue) = 17+11+92=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #110B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B5C is #EEF4A3. Grayscale: #151515. Windows color (decimal): -15660196 or 6032145. OLE color: 6032145.

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

Color convert

RGB 17 11 92 -
CMYK 0.82 0.88 0 0.64
HSL 244.44º 0.79% 0.2% -
HSV(B) 244.44º 0.88% 0.36% -
XYZ 2.28 1.13 10.22 -
YUV 22.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 17 11 92 0.82 0.88 0 0.64 244.44 0.79 0.2
Hex 11 B 5C 52 58 0 40 F4 4F 14
Octal 21 13 134 122 130 0 100 364 117 24
Binary 10001 1011 1011100 1010010 1011000 0 1000000 11110100 1001111 10100

Color Harmonies of #110B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B5C

Black with #110B5C

Text Example


Text Example

White with #110B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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