Html Css Color HEX #11005C Midnight Blue

📋 copy color: '#11005C'

red 17 ◦ green 0 ◦ blue 92

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

Shades of Midnight Blue #11005C

Tints of Midnight Blue #11005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.6%
G = 0%
B = 84.4%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11005C (or 0x11005C) is known color: Midnight Blue. HEX triplet: 11, 00 and 5C. RGB value is (17,0,92). Sum of RGB (Red+Green+Blue) = 17+0+92=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #11005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005C is #EEFFA3. Grayscale: #0F0F0F. Windows color (decimal): -15663012 or 6029329. OLE color: 6029329.

HSL color Cylindrical-coordinate representation of color #11005C: hue angle of 251.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005C is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 0 92 -
CMYK 0.82 1 0 0.64
HSL 251.09º 1% 0.18% -
HSV(B) 251.09º 1% 0.36% -
XYZ 2.16 0.89 10.18 -
YUV 15.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 17 0 92 0.82 1 0 0.64 251.09 1 0.18
Hex 11 0 5C 52 64 0 40 FB 64 12
Octal 21 0 134 122 144 0 100 373 144 22
Binary 10001 0 1011100 1010010 1100100 0 1000000 11111011 1100100 10010

Color Harmonies of #11005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11005C

Black with #11005C

Text Example


Text Example

White with #11005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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