#180CB4

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

Shades of New Midnight Blue #180CB4

Tints of New Midnight Blue #180CB4

Color information

#180CB4 (or 0x180CB4) is unknown color: approx New Midnight Blue. HEX triplet: 18, 0C and B4. RGB value is (24,12,180). Sum of RGB (Red+Green+Blue) = 24+12+180=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 180 (70.70% from 255 or 83.33% from 216); Max value from RGB is 180 - color contains mainly: blue. Hex color #180CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CB4 is #E7F34B. Grayscale: #222222. Windows color (decimal): -15201100 or 11799576. OLE color: 11799576.

HSL color Cylindrical-coordinate representation of color #180CB4: hue angle of 244.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180CB4 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2412180-
CMYK0.870.9300.29
HSL244.29º87.5%37.65%-
HSV(B)244.29º93.33%70.59%-
XYZ8.753.7543.44-
YUV34.74209.98120.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 12 (5.08% from 255) = 5.56%
BLUE value IS 180 (70.70% from 255) = 83.33%
R=11.11%
G=5.56%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24121800.870.9300.29244.2987.537.65
Hex18CB4575D01Df45826
Octal301426412713503536413046
Binary1100011001011010010101111011101011101111101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,12,180); }

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

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

 a { background-color: rgb(24,12,180); }

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

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

 span { border-color: rgb(24,12,180); }

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