#210099

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

Shades of Ultramarine #210099

Tints of Ultramarine #210099

Color information

#210099 (or 0x210099) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and 99. RGB value is (33,0,153). Sum of RGB (Red+Green+Blue) = 33+0+153=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #210099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210099 is #DEFF66. Grayscale: #1A1A1A. Windows color (decimal): -14614375 or 10027041. OLE color: 10027041.

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

Color convert

RGB330153-
CMYK0.78100.4
HSL252.94º100%30%-
HSV(B)252.94º100%60%-
XYZ6.382.6230.31-
YUV27.31198.93132.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=17.74%
G=0%
B=82.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3301530.78100.4252.9410030
Hex210994E64028fd641e
Octal41023111614405037514436
Binary10000101001100110011101100100010100011111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210099; }

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

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

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

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

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

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

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

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