#180276

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

Shades of Midnight Blue #180276

Tints of Midnight Blue #180276

Color information

#180276 (or 0x180276) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 76. RGB value is (24,2,118). Sum of RGB (Red+Green+Blue) = 24+2+118=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #180276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180276 is #E7FD89. Grayscale: #151515. Windows color (decimal): -15203722 or 7733784. OLE color: 7733784.

HSL color Cylindrical-coordinate representation of color #180276: hue angle of 251.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180276 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB242118-
CMYK0.800.9800.54
HSL251.38º96.67%23.53%-
HSV(B)251.38º98.31%46.27%-
XYZ3.671.5517.24-
YUV21.8182.29129.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 118 (46.48% from 255) = 81.94%
R=16.67%
G=1.39%
B=81.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2421180.800.9800.54251.3896.6723.53
Hex182765062036fb6118
Octal30216612014206637314130
Binary1100010111011010100001100010011011011111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180276; }

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

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

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

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

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

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

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

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