Html Css Color HEX #11056D Midnight Blue

📋 copy color: '#11056D'

red 17 ◦ green 5 ◦ blue 109

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

Shades of Midnight Blue #11056D

Tints of Midnight Blue #11056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 109 (42.97% from 255) = 83.21%

R = 12.98%
G = 3.82%
B = 83.21%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11056D (or 0x11056D) is known color: Midnight Blue. HEX triplet: 11, 05 and 6D. RGB value is (17,5,109). Sum of RGB (Red+Green+Blue) = 17+5+109=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #11056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11056D is #EEFA92. Grayscale: #141414. Windows color (decimal): -15661715 or 7144721. OLE color: 7144721.

HSL color Cylindrical-coordinate representation of color #11056D: hue angle of 246.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11056D is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 5 109 -
CMYK 0.84 0.95 0 0.57
HSL 246.92º 0.91% 0.22% -
HSV(B) 246.92º 0.95% 0.43% -
XYZ 3.05 1.33 14.56 -
YUV 20.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 17 5 109 0.84 0.95 0 0.57 246.92 0.91 0.22
Hex 11 5 6D 54 5F 0 39 F7 5B 16
Octal 21 5 155 124 137 0 71 367 133 26
Binary 10001 101 1101101 1010100 1011111 0 111001 11110111 1011011 10110

Color Harmonies of #11056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11056D

Black with #11056D

Text Example


Text Example

White with #11056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11056D; }

 p { color: rgb(17,5,109); }

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

background-color css

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

 a { background-color: rgb(17,5,109); }

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

border-color css

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

 span { border-color: rgb(17,5,109); }

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