#180075

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

Shades of Midnight Blue #180075

Tints of Midnight Blue #180075

Color information

#180075 (or 0x180075) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 75. RGB value is (24,0,117). Sum of RGB (Red+Green+Blue) = 24+0+117=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #180075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180075 is #E7FF8A. Grayscale: #141414. Windows color (decimal): -15204235 or 7667736. OLE color: 7667736.

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

Color convert

RGB240117-
CMYK0.79100.54
HSL252.31º100%22.94%-
HSV(B)252.31º100%45.88%-
XYZ3.591.4816.93-
YUV20.51182.45130.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 82.98%
R=17.02%
G=0%
B=82.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2401170.79100.54252.3110022.94
Hex180754F64036fc6417
Octal30016511714406637414427
Binary110000111010110011111100100011011011111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180075; }

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

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

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

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

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

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

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

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