#18056F

Color #18056F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #18056F

Tints of Midnight Blue #18056F

Color information

#18056F (or 0x18056F) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 6F. RGB value is (24,5,111). Sum of RGB (Red+Green+Blue) = 24+5+111=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #18056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18056F is #E7FA90. Grayscale: #161616. Windows color (decimal): -15202961 or 7275800. OLE color: 7275800.

HSL color Cylindrical-coordinate representation of color #18056F: hue angle of 250.75º 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 #18056F is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB245111-
CMYK0.780.9500.56
HSL250.75º91.38%22.75%-
HSV(B)250.75º95.5%43.53%-
XYZ3.31.4515.14-
YUV22.76177.79128.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 111 (43.75% from 255) = 79.29%
R=17.14%
G=3.57%
B=79.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2451110.780.9500.56250.7591.3822.75
Hex1856F4E5F038fb5b17
Octal30515711613707037313327
Binary11000101110111110011101011111011100011111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18056F;
 }
 .AnyTagClassName
 {
   color: #18056F;
 }
</style>
background-color css

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

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

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

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

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

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