#181262

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

Shades of Midnight Blue #181262

Tints of Midnight Blue #181262

Color information

#181262 (or 0x181262) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 62. RGB value is (24,18,98). Sum of RGB (Red+Green+Blue) = 24+18+98=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #181262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181262 is #E7ED9D. Grayscale: #1C1C1C. Windows color (decimal): -15199646 or 6427160. OLE color: 6427160.

HSL color Cylindrical-coordinate representation of color #181262: hue angle of 244.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181262 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB241898-
CMYK0.760.8200.62
HSL244.5º68.97%22.75%-
HSV(B)244.5º81.63%38.43%-
XYZ2.81.5111.7-
YUV28.91166.99124.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 98 (38.67% from 255) = 70%
R=17.14%
G=12.86%
B=70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2418980.760.8200.62244.568.9722.75
Hex1812624C5203Ef44517
Octal302214211412207636410527
Binary1100010010110001010011001010010011111011110100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181262; }

 p { color: rgb(24,18,98); }

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

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

 a { background-color: rgb(24,18,98); }

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

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

 span { border-color: rgb(24,18,98); }

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