#2100AA

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

Shades of Ultramarine #2100AA

Tints of Ultramarine #2100AA

Color information

#2100AA (or 0x2100AA) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and AA. RGB value is (33,0,170). Sum of RGB (Red+Green+Blue) = 33+0+170=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #2100AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2100AA is #DEFF55. Grayscale: #1C1C1C. Windows color (decimal): -14614358 or 11141153. OLE color: 11141153.

HSL color Cylindrical-coordinate representation of color #2100AA: hue angle of 251.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100AA is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB330170-
CMYK0.81100.33
HSL251.65º100%33.33%-
HSV(B)251.65º100%66.67%-
XYZ7.883.2338.24-
YUV29.25207.43130.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 83.74%
R=16.26%
G=0%
B=83.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3301700.81100.33251.6510033.33
Hex210AA5164021fc6421
Octal41025212114404137414441
Binary100001010101010101000111001000100001111111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2100AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2100AA; }

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

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

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

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

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

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

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

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