#210996

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

Shades of Ultramarine #210996

Tints of Ultramarine #210996

Color information

#210996 (or 0x210996) is unknown color: approx Ultramarine. HEX triplet: 21, 09 and 96. RGB value is (33,9,150). Sum of RGB (Red+Green+Blue) = 33+9+150=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #210996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210996 is #DEF669. Grayscale: #1F1F1F. Windows color (decimal): -14612074 or 9832737. OLE color: 9832737.

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

Color convert

RGB339150-
CMYK0.780.9400.41
HSL250.21º88.68%31.18%-
HSV(B)250.21º94%58.82%-
XYZ6.232.7229.05-
YUV32.25194.45128.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=17.19%
G=4.69%
B=78.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3391500.780.9400.41250.2188.6831.18
Hex219964E5E029fa591f
Octal411122611613605137213137
Binary10000110011001011010011101011110010100111111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210996; }

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

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

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

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

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

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

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

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