#180584

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

Shades of Ultramarine #180584

Tints of Ultramarine #180584

Color information

#180584 (or 0x180584) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 84. RGB value is (24,5,132). Sum of RGB (Red+Green+Blue) = 24+5+132=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #180584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180584 is #E7FA7B. Grayscale: #181818. Windows color (decimal): -15202940 or 8652056. OLE color: 8652056.

HSL color Cylindrical-coordinate representation of color #180584: hue angle of 248.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180584 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB245132-
CMYK0.820.9600.48
HSL248.98º92.7%26.86%-
HSV(B)248.98º96.21%51.76%-
XYZ4.61.9721.97-
YUV25.16188.29127.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 132 (51.95% from 255) = 81.99%
R=14.91%
G=3.11%
B=81.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2451320.820.9600.48248.9892.726.86
Hex185845260030f95d1b
Octal30520412214006037113533
Binary110001011000010010100101100000011000011111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180584; }

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

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

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

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

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

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

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

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