#2001A8

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

Shades of Ultramarine #2001A8

Tints of Ultramarine #2001A8

Color information

#2001A8 (or 0x2001A8) is unknown color: approx Ultramarine. HEX triplet: 20, 01 and A8. RGB value is (32,1,168). Sum of RGB (Red+Green+Blue) = 32+1+168=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 168 (66.02% from 255 or 83.58% from 201); Max value from RGB is 168 - color contains mainly: blue. Hex color #2001A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2001A8 is #DFFE57. Grayscale: #1C1C1C. Windows color (decimal): -14679640 or 11010336. OLE color: 11010336.

HSL color Cylindrical-coordinate representation of color #2001A8: hue angle of 251.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001A8 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB321168-
CMYK0.810.9900.34
HSL251.14º98.82%33.14%-
HSV(B)251.14º99.4%65.88%-
XYZ7.673.1637.25-
YUV29.31206.27129.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 168 (66.02% from 255) = 83.58%
R=15.92%
G=0.50%
B=83.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3211680.810.9900.34251.1498.8233.14
Hex201A85163022fb6321
Octal40125012114304237314341
Binary100000110101000101000111000110100010111110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2001A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2001A8; }

 p { color: rgb(32,1,168); }

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

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

 a { background-color: rgb(32,1,168); }

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

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

 span { border-color: rgb(32,1,168); }

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