#18056C

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

Shades of Midnight Blue #18056C

Tints of Midnight Blue #18056C

Color information

#18056C (or 0x18056C) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 6C. RGB value is (24,5,108). Sum of RGB (Red+Green+Blue) = 24+5+108=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #18056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18056C is #E7FA93. Grayscale: #161616. Windows color (decimal): -15202964 or 7079192. OLE color: 7079192.

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

Color convert

RGB245108-
CMYK0.780.9500.58
HSL251.07º91.15%22.16%-
HSV(B)251.07º95.37%42.35%-
XYZ3.141.3914.29-
YUV22.42176.29129.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 108 (42.58% from 255) = 78.83%
R=17.52%
G=3.65%
B=78.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2451080.780.9500.58251.0791.1522.16
Hex1856C4E5F03Afb5b16
Octal30515411613707237313326
Binary11000101110110010011101011111011101011111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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