#21169B

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

Shades of Ultramarine #21169B

Tints of Ultramarine #21169B

Color information

#21169B (or 0x21169B) is unknown color: approx Ultramarine. HEX triplet: 21, 16 and 9B. RGB value is (33,22,155). Sum of RGB (Red+Green+Blue) = 33+22+155=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #21169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21169B is #DEE964. Grayscale: #272727. Windows color (decimal): -14608741 or 10163745. OLE color: 10163745.

HSL color Cylindrical-coordinate representation of color #21169B: hue angle of 244.96º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21169B is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3322155-
CMYK0.790.8600.39
HSL244.96º75.14%34.71%-
HSV(B)244.96º85.81%60.78%-
XYZ6.833.2631.28-
YUV40.45192.64122.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=15.71%
G=10.48%
B=73.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33221550.790.8600.39244.9675.1434.71
Hex21169B4F56027f54b23
Octal412623311712604736511343
Binary1000011011010011011100111110101100100111111101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21169B; }

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

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

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

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

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

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

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

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