#210596

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

Shades of Ultramarine #210596

Tints of Ultramarine #210596

Color information

#210596 (or 0x210596) is unknown color: approx Ultramarine. HEX triplet: 21, 05 and 96. RGB value is (33,5,150). Sum of RGB (Red+Green+Blue) = 33+5+150=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #210596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210596 is #DEFA69. Grayscale: #1D1D1D. Windows color (decimal): -14613098 or 9831713. OLE color: 9831713.

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

Color convert

RGB335150-
CMYK0.780.9700.41
HSL251.59º93.55%30.39%-
HSV(B)251.59º96.67%58.82%-
XYZ6.192.6329.04-
YUV29.9195.78130.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 150 (58.98% from 255) = 79.79%
R=17.55%
G=2.66%
B=79.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3351500.780.9700.41251.5993.5530.39
Hex215964E61029fc5e1e
Octal41522611614105137413636
Binary1000011011001011010011101100001010100111111100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210596; }

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

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

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

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

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

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

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

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