#210599

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

Shades of Ultramarine #210599

Tints of Ultramarine #210599

Color information

#210599 (or 0x210599) is unknown color: approx Ultramarine. HEX triplet: 21, 05 and 99. RGB value is (33,5,153). Sum of RGB (Red+Green+Blue) = 33+5+153=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #210599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210599 is #DEFA66. Grayscale: #1D1D1D. Windows color (decimal): -14613095 or 10028321. OLE color: 10028321.

HSL color Cylindrical-coordinate representation of color #210599: hue angle of 251.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210599 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB335153-
CMYK0.780.9700.4
HSL251.35º93.67%30.98%-
HSV(B)251.35º96.73%60%-
XYZ6.432.7330.33-
YUV30.24197.28129.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=17.28%
G=2.62%
B=80.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3351530.780.9700.4251.3593.6730.98
Hex215994E61028fb5e1f
Octal41523111614105037313637
Binary1000011011001100110011101100001010100011111011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210599; }

 p { color: rgb(33,5,153); }

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

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

 a { background-color: rgb(33,5,153); }

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

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

 span { border-color: rgb(33,5,153); }

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