Html Css Color HEX #11056F Midnight Blue

📋 copy color: '#11056F'

red 17 ◦ green 5 ◦ blue 111

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

Shades of Midnight Blue #11056F

Tints of Midnight Blue #11056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 83.46%

R = 12.78%
G = 3.76%
B = 83.46%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11056F (or 0x11056F) is known color: Midnight Blue. HEX triplet: 11, 05 and 6F. RGB value is (17,5,111). Sum of RGB (Red+Green+Blue) = 17+5+111=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #11056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11056F is #EEFA90. Grayscale: #141414. Windows color (decimal): -15661713 or 7275793. OLE color: 7275793.

HSL color Cylindrical-coordinate representation of color #11056F: hue angle of 246.79º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11056F is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 5 111 -
CMYK 0.85 0.95 0 0.56
HSL 246.79º 0.91% 0.23% -
HSV(B) 246.79º 0.95% 0.44% -
XYZ 3.15 1.38 15.14 -
YUV 20.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 17 5 111 0.85 0.95 0 0.56 246.79 0.91 0.23
Hex 11 5 6F 55 5F 0 38 F7 5B 17
Octal 21 5 157 125 137 0 70 367 133 27
Binary 10001 101 1101111 1010101 1011111 0 111000 11110111 1011011 10111

Color Harmonies of #11056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11056F

Black with #11056F

Text Example


Text Example

White with #11056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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