#180287

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

Shades of Ultramarine #180287

Tints of Ultramarine #180287

Color information

#180287 (or 0x180287) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 87. RGB value is (24,2,135). Sum of RGB (Red+Green+Blue) = 24+2+135=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #180287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180287 is #E7FD78. Grayscale: #171717. Windows color (decimal): -15203705 or 8847896. OLE color: 8847896.

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

Color convert

RGB242135-
CMYK0.820.9900.47
HSL249.92º97.08%26.86%-
HSV(B)249.92º98.52%52.94%-
XYZ4.771.9923.05-
YUV23.74190.79128.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=14.91%
G=1.24%
B=83.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2421350.820.9900.47249.9297.0826.86
Hex18287526302Ffa611b
Octal30220712214305737214133
Binary11000101000011110100101100011010111111111010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180287; }

 p { color: rgb(24,2,135); }

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

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

 a { background-color: rgb(24,2,135); }

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

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

 span { border-color: rgb(24,2,135); }

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