#180266

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

Shades of Midnight Blue #180266

Tints of Midnight Blue #180266

Color information

#180266 (or 0x180266) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 66. RGB value is (24,2,102). Sum of RGB (Red+Green+Blue) = 24+2+102=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 102 (40.23% from 255 or 79.69% from 128); Max value from RGB is 102 - color contains mainly: blue. Hex color #180266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180266 is #E7FD99. Grayscale: #131313. Windows color (decimal): -15203738 or 6685208. OLE color: 6685208.

HSL color Cylindrical-coordinate representation of color #180266: hue angle of 253.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180266 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB242102-
CMYK0.760.9800.6
HSL253.2º96.15%20.39%-
HSV(B)253.2º98.04%40%-
XYZ2.81.212.65-
YUV19.98174.29130.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 102 (40.23% from 255) = 79.69%
R=18.75%
G=1.56%
B=79.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2421020.760.9800.6253.296.1520.39
Hex182664C6203Cfd6014
Octal30214611414207437514024
Binary1100010110011010011001100010011110011111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180266; }

 p { color: rgb(24,2,102); }

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

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

 a { background-color: rgb(24,2,102); }

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

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

 span { border-color: rgb(24,2,102); }

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