Html Css Color HEX #11015F Midnight Blue

📋 copy color: '#11015F'

red 17 ◦ green 1 ◦ blue 95

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

Shades of Midnight Blue #11015F

Tints of Midnight Blue #11015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 95 (37.5% from 255) = 84.07%

R = 15.04%
G = 0.88%
B = 84.07%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11015F (or 0x11015F) is known color: Midnight Blue. HEX triplet: 11, 01 and 5F. RGB value is (17,1,95). Sum of RGB (Red+Green+Blue) = 17+1+95=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 95 (37.5% from 255 or 84.07% from 113); Max value from RGB is 95 - color contains mainly: blue. Hex color #11015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11015F is #EEFEA0. Grayscale: #101010. Windows color (decimal): -15662753 or 6226193. OLE color: 6226193.

HSL color Cylindrical-coordinate representation of color #11015F: hue angle of 250.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11015F is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 1 95 -
CMYK 0.82 0.99 0 0.63
HSL 250.21º 0.98% 0.19% -
HSV(B) 250.21º 0.99% 0.37% -
XYZ 2.31 0.97 10.89 -
YUV 16.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 17 1 95 0.82 0.99 0 0.63 250.21 0.98 0.19
Hex 11 1 5F 52 63 0 3F FA 62 13
Octal 21 1 137 122 143 0 77 372 142 23
Binary 10001 1 1011111 1010010 1100011 0 111111 11111010 1100010 10011

Color Harmonies of #11015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11015F

Black with #11015F

Text Example


Text Example

White with #11015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,1,95); }

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

background-color css

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

 a { background-color: rgb(17,1,95); }

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

border-color css

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

 span { border-color: rgb(17,1,95); }

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