#180960

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

Shades of Midnight Blue #180960

Tints of Midnight Blue #180960

Color information

#180960 (or 0x180960) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 60. RGB value is (24,9,96). Sum of RGB (Red+Green+Blue) = 24+9+96=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #180960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180960 is #E7F69F. Grayscale: #171717. Windows color (decimal): -15201952 or 6293784. OLE color: 6293784.

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

Color convert

RGB24996-
CMYK0.750.9100.62
HSL250.34º82.86%20.59%-
HSV(B)250.34º90.62%37.65%-
XYZ2.591.2311.17-
YUV23.4168.97128.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=18.60%
G=6.98%
B=74.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal249960.750.9100.62250.3482.8620.59
Hex189604B5B03Efa5315
Octal301114011313307637212325
Binary110001001110000010010111011011011111011111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180960; }

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

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

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

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

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

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

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

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