#2116A3

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

Shades of Ultramarine #2116A3

Tints of Ultramarine #2116A3

Color information

#2116A3 (or 0x2116A3) is unknown color: approx Ultramarine. HEX triplet: 21, 16 and A3. RGB value is (33,22,163). Sum of RGB (Red+Green+Blue) = 33+22+163=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 163 (64.06% from 255 or 74.77% from 218); Max value from RGB is 163 - color contains mainly: blue. Hex color #2116A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2116A3 is #DEE95C. Grayscale: #282828. Windows color (decimal): -14608733 or 10688033. OLE color: 10688033.

HSL color Cylindrical-coordinate representation of color #2116A3: hue angle of 244.68º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2116A3 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3322163-
CMYK0.800.8700.36
HSL244.68º76.22%36.27%-
HSV(B)244.68º86.5%63.92%-
XYZ7.523.5434.94-
YUV41.36196.64122.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 163 (64.06% from 255) = 74.77%
R=15.14%
G=10.09%
B=74.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33221630.800.8700.36244.6876.2236.27
Hex2116A35057024f54c24
Octal412624312012704436511444
Binary1000011011010100011101000010101110100100111101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2116A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2116A3; }

 p { color: rgb(33,22,163); }

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

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

 a { background-color: rgb(33,22,163); }

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

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

 span { border-color: rgb(33,22,163); }

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