#180574

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

Shades of Midnight Blue #180574

Tints of Midnight Blue #180574

Color information

#180574 (or 0x180574) is unknown color: approx Midnight Blue. HEX triplet: 18, 05 and 74. RGB value is (24,5,116). Sum of RGB (Red+Green+Blue) = 24+5+116=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #180574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180574 is #E7FA8B. Grayscale: #161616. Windows color (decimal): -15202956 or 7603480. OLE color: 7603480.

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

Color convert

RGB245116-
CMYK0.790.9600.55
HSL250.27º91.74%23.73%-
HSV(B)250.27º95.69%45.49%-
XYZ3.581.5616.64-
YUV23.34180.29128.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 116 (45.70% from 255) = 80%
R=16.55%
G=3.45%
B=80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2451160.790.9600.55250.2791.7423.73
Hex185744F60037fa5c18
Octal30516411714006737213430
Binary11000101111010010011111100000011011111111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180574; }

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

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

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

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

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

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

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

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