Html Css Color HEX #11056C Midnight Blue

📋 copy color: '#11056C'

red 17 ◦ green 5 ◦ blue 108

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

Shades of Midnight Blue #11056C

Tints of Midnight Blue #11056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 83.08%

R = 13.08%
G = 3.85%
B = 83.08%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11056C (or 0x11056C) is known color: Midnight Blue. HEX triplet: 11, 05 and 6C. RGB value is (17,5,108). Sum of RGB (Red+Green+Blue) = 17+5+108=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #11056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11056C is #EEFA93. Grayscale: #131313. Windows color (decimal): -15661716 or 7079185. OLE color: 7079185.

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

Color convert

RGB 17 5 108 -
CMYK 0.84 0.95 0 0.58
HSL 246.99º 0.91% 0.22% -
HSV(B) 246.99º 0.95% 0.42% -
XYZ 2.99 1.31 14.28 -
YUV 20.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 17 5 108 0.84 0.95 0 0.58 246.99 0.91 0.22
Hex 11 5 6C 54 5F 0 3A F7 5B 16
Octal 21 5 154 124 137 0 72 367 133 26
Binary 10001 101 1101100 1010100 1011111 0 111010 11110111 1011011 10110

Color Harmonies of #11056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11056C

Black with #11056C

Text Example


Text Example

White with #11056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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