#201CAA

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

Shades of Ultramarine #201CAA

Tints of Ultramarine #201CAA

Color information

#201CAA (or 0x201CAA) is unknown color: approx Ultramarine. HEX triplet: 20, 1C and AA. RGB value is (32,28,170). Sum of RGB (Red+Green+Blue) = 32+28+170=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #201CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CAA is #DFE355. Grayscale: #2C2C2C. Windows color (decimal): -14672726 or 11148320. OLE color: 11148320.

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

Color convert

RGB3228170-
CMYK0.810.8400.33
HSL241.69º71.72%38.82%-
HSV(B)241.69º83.53%66.67%-
XYZ8.274.0438.37-
YUV45.38198.33118.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 170 (66.80% from 255) = 73.91%
R=13.91%
G=12.17%
B=73.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32281700.810.8400.33241.6971.7238.82
Hex201CAA5154021f24827
Octal403425212112404136211047
Binary1000001110010101010101000110101000100001111100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201CAA; }

 p { color: rgb(32,28,170); }

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

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

 a { background-color: rgb(32,28,170); }

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

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

 span { border-color: rgb(32,28,170); }

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