#210287

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

Shades of Ultramarine #210287

Tints of Ultramarine #210287

Color information

#210287 (or 0x210287) is unknown color: approx Ultramarine. HEX triplet: 21, 02 and 87. RGB value is (33,2,135). Sum of RGB (Red+Green+Blue) = 33+2+135=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #210287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210287 is #DEFD78. Grayscale: #191919. Windows color (decimal): -14613881 or 8847905. OLE color: 8847905.

HSL color Cylindrical-coordinate representation of color #210287: hue angle of 253.98º 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 #210287 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB332135-
CMYK0.760.9900.47
HSL253.98º97.08%26.86%-
HSV(B)253.98º98.52%52.94%-
XYZ5.022.1223.07-
YUV26.43189.27132.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 135 (53.12% from 255) = 79.41%
R=19.41%
G=1.18%
B=79.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3321350.760.9900.47253.9897.0826.86
Hex212874C6302Ffe611b
Octal41220711414305737614133
Binary100001101000011110011001100011010111111111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210287; }

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

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

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

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

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

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

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

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