#180B73

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

Shades of Midnight Blue #180B73

Tints of Midnight Blue #180B73

Color information

#180B73 (or 0x180B73) is unknown color: approx Midnight Blue. HEX triplet: 18, 0B and 73. RGB value is (24,11,115). Sum of RGB (Red+Green+Blue) = 24+11+115=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #180B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B73 is #E7F48C. Grayscale: #1A1A1A. Windows color (decimal): -15201421 or 7539480. OLE color: 7539480.

HSL color Cylindrical-coordinate representation of color #180B73: hue angle of 247.5º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180B73 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2411115-
CMYK0.790.9000.55
HSL247.5º82.54%24.71%-
HSV(B)247.5º90.43%45.1%-
XYZ3.591.6716.35-
YUV26.74177.81126.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=16%
G=7.33%
B=76.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24111150.790.9000.55247.582.5424.71
Hex18B734F5A037f85319
Octal301316311713206737012331
Binary110001011111001110011111011010011011111111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,11,115); }

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

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

 a { background-color: rgb(24,11,115); }

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

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

 span { border-color: rgb(24,11,115); }

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