#180D75

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

Shades of Midnight Blue #180D75

Tints of Midnight Blue #180D75

Color information

#180D75 (or 0x180D75) is unknown color: approx Midnight Blue. HEX triplet: 18, 0D and 75. RGB value is (24,13,117). Sum of RGB (Red+Green+Blue) = 24+13+117=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #180D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D75 is #E7F28A. Grayscale: #1B1B1B. Windows color (decimal): -15200907 or 7671064. OLE color: 7671064.

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

Color convert

RGB2413117-
CMYK0.790.8900.54
HSL246.35º80%25.49%-
HSV(B)246.35º88.89%45.88%-
XYZ3.731.7716.97-
YUV28.14178.14125.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 117 (46.09% from 255) = 75.97%
R=15.58%
G=8.44%
B=75.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24131170.790.8900.54246.358025.49
Hex18D754F59036f65019
Octal301516511713106636612031
Binary110001101111010110011111011001011011011110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D75; }

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

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

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

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

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

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

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

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