#180275

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

Shades of Midnight Blue #180275

Tints of Midnight Blue #180275

Color information

#180275 (or 0x180275) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 75. RGB value is (24,2,117). Sum of RGB (Red+Green+Blue) = 24+2+117=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #180275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180275 is #E7FD8A. Grayscale: #151515. Windows color (decimal): -15203723 or 7668248. OLE color: 7668248.

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

Color convert

RGB242117-
CMYK0.790.9800.54
HSL251.48º96.64%23.33%-
HSV(B)251.48º98.29%45.88%-
XYZ3.611.5216.93-
YUV21.69181.79129.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 117 (46.09% from 255) = 81.82%
R=16.78%
G=1.40%
B=81.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2421170.790.9800.54251.4896.6423.33
Hex182754F62036fb6117
Octal30216511714206637314127
Binary1100010111010110011111100010011011011111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180275; }

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

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

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

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

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

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

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

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