#21169D

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

Shades of Ultramarine #21169D

Tints of Ultramarine #21169D

Color information

#21169D (or 0x21169D) is unknown color: approx Ultramarine. HEX triplet: 21, 16 and 9D. RGB value is (33,22,157). Sum of RGB (Red+Green+Blue) = 33+22+157=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #21169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21169D is #DEE962. Grayscale: #282828. Windows color (decimal): -14608739 or 10294817. OLE color: 10294817.

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

Color convert

RGB3322157-
CMYK0.790.8600.38
HSL244.89º75.42%35.1%-
HSV(B)244.89º85.99%61.57%-
XYZ73.3332.17-
YUV40.68193.64122.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=15.57%
G=10.38%
B=74.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33221570.790.8600.38244.8975.4235.1
Hex21169D4F56026f54b23
Octal412623511712604636511343
Binary1000011011010011101100111110101100100110111101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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