#180268

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

Shades of Midnight Blue #180268

Tints of Midnight Blue #180268

Color information

#180268 (or 0x180268) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 68. RGB value is (24,2,104). Sum of RGB (Red+Green+Blue) = 24+2+104=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #180268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180268 is #E7FD97. Grayscale: #131313. Windows color (decimal): -15203736 or 6816280. OLE color: 6816280.

HSL color Cylindrical-coordinate representation of color #180268: hue angle of 252.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180268 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB242104-
CMYK0.770.9800.59
HSL252.94º96.23%20.78%-
HSV(B)252.94º98.08%40.78%-
XYZ2.91.2413.18-
YUV20.21175.29130.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 104 (41.02% from 255) = 80%
R=18.46%
G=1.54%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2421040.770.9800.59252.9496.2320.78
Hex182684D6203Bfd6015
Octal30215011514207337514025
Binary1100010110100010011011100010011101111111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180268; }

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

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

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

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

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

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

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

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