#181265

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

Shades of Midnight Blue #181265

Tints of Midnight Blue #181265

Color information

#181265 (or 0x181265) is unknown color: approx Midnight Blue. HEX triplet: 18, 12 and 65. RGB value is (24,18,101). Sum of RGB (Red+Green+Blue) = 24+18+101=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #181265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181265 is #E7ED9A. Grayscale: #1C1C1C. Windows color (decimal): -15199643 or 6623768. OLE color: 6623768.

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

Color convert

RGB2418101-
CMYK0.760.8200.60
HSL244.34º69.75%23.33%-
HSV(B)244.34º82.18%39.61%-
XYZ2.941.5712.46-
YUV29.26168.49124.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=16.78%
G=12.59%
B=70.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24181010.760.8200.60244.3469.7523.33
Hex1812654C5203Cf44617
Octal302214511412207436410627
Binary1100010010110010110011001010010011110011110100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181265; }

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

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

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

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

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

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

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

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