#180260

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

Shades of Midnight Blue #180260

Tints of Midnight Blue #180260

Color information

#180260 (or 0x180260) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 60. RGB value is (24,2,96). Sum of RGB (Red+Green+Blue) = 24+2+96=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #180260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180260 is #E7FD9F. Grayscale: #121212. Windows color (decimal): -15203744 or 6291992. OLE color: 6291992.

HSL color Cylindrical-coordinate representation of color #180260: hue angle of 254.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180260 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB24296-
CMYK0.750.9800.62
HSL254.04º95.92%19.22%-
HSV(B)254.04º97.92%37.65%-
XYZ2.511.0811.14-
YUV19.29171.29131.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 96 (37.89% from 255) = 78.69%
R=19.67%
G=1.64%
B=78.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal242960.750.9800.62254.0495.9219.22
Hex182604B6203Efe6013
Octal30214011314207637614023
Binary1100010110000010010111100010011111011111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180260; }

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

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

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

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

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

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

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

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