#18055C

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

Shades of Midnight Blue #18055C

Tints of Midnight Blue #18055C

Color information

#18055C (or 0x18055C) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 5C. RGB value is (24,5,92). Sum of RGB (Red+Green+Blue) = 24+5+92=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #18055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18055C is #E7FAA3. Grayscale: #141414. Windows color (decimal): -15202980 or 6030616. OLE color: 6030616.

HSL color Cylindrical-coordinate representation of color #18055C: hue angle of 253.1º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18055C is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24592-
CMYK0.740.9500.64
HSL253.1º89.69%19.02%-
HSV(B)253.1º94.57%36.08%-
XYZ2.361.0810.21-
YUV20.6168.29130.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 92 (36.33% from 255) = 76.03%
R=19.83%
G=4.13%
B=76.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal245920.740.9500.64253.189.6919.02
Hex1855C4A5F040fd5a13
Octal305134112137010037513223
Binary110001011011100100101010111110100000011111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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