#180586

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

Shades of Ultramarine #180586

Tints of Ultramarine #180586

Color information

#180586 (or 0x180586) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 86. RGB value is (24,5,134). Sum of RGB (Red+Green+Blue) = 24+5+134=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 134 (52.73% from 255 or 82.21% from 163); Max value from RGB is 134 - color contains mainly: blue. Hex color #180586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180586 is #E7FA79. Grayscale: #181818. Windows color (decimal): -15202938 or 8783128. OLE color: 8783128.

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

Color convert

RGB245134-
CMYK0.820.9600.47
HSL248.84º92.81%27.25%-
HSV(B)248.84º96.27%52.55%-
XYZ4.732.0222.7-
YUV25.39189.29127.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 134 (52.73% from 255) = 82.21%
R=14.72%
G=3.07%
B=82.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2451340.820.9600.47248.8492.8127.25
Hex18586526002Ff95d1b
Octal30520612214005737113533
Binary110001011000011010100101100000010111111111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180586; }

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

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

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

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

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

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

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

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