#180274

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

Shades of Midnight Blue #180274

Tints of Midnight Blue #180274

Color information

#180274 (or 0x180274) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 74. RGB value is (24,2,116). Sum of RGB (Red+Green+Blue) = 24+2+116=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #180274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180274 is #E7FD8B. Grayscale: #151515. Windows color (decimal): -15203724 or 7602712. OLE color: 7602712.

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

Color convert

RGB242116-
CMYK0.790.9800.55
HSL251.58º96.61%23.14%-
HSV(B)251.58º98.28%45.49%-
XYZ3.551.516.63-
YUV21.57181.29129.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 116 (45.70% from 255) = 81.69%
R=16.90%
G=1.41%
B=81.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2421160.790.9800.55251.5896.6123.14
Hex182744F62037fc6117
Octal30216411714206737414127
Binary1100010111010010011111100010011011111111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180274; }

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

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

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

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

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

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

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

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