#18135C

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

Shades of Midnight Blue #18135C

Tints of Midnight Blue #18135C

Color information

#18135C (or 0x18135C) is unknown color: approx Midnight Blue. HEX triplet: 18, 13 and 5C. RGB value is (24,19,92). Sum of RGB (Red+Green+Blue) = 24+19+92=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #18135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18135C is #E7ECA3. Grayscale: #1C1C1C. Windows color (decimal): -15199396 or 6034200. OLE color: 6034200.

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

Color convert

RGB241992-
CMYK0.740.7900.64
HSL244.11º65.77%21.76%-
HSV(B)244.11º79.35%36.08%-
XYZ2.541.4310.27-
YUV28.82163.66124.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 92 (36.33% from 255) = 68.15%
R=17.78%
G=14.07%
B=68.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2419920.740.7900.64244.1165.7721.76
Hex18135C4A4F040f44216
Octal3023134112117010036410226
Binary11000100111011100100101010011110100000011110100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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