#21119E

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

Shades of Ultramarine #21119E

Tints of Ultramarine #21119E

Color information

#21119E (or 0x21119E) is unknown color: approx Ultramarine. HEX triplet: 21, 11 and 9E. RGB value is (33,17,158). Sum of RGB (Red+Green+Blue) = 33+17+158=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #21119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21119E is #DEEE61. Grayscale: #252525. Windows color (decimal): -14610018 or 10359073. OLE color: 10359073.

HSL color Cylindrical-coordinate representation of color #21119E: hue angle of 246.81º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21119E is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3317158-
CMYK0.790.8900.38
HSL246.81º80.57%34.31%-
HSV(B)246.81º89.24%61.96%-
XYZ73.1932.6-
YUV37.86195.8124.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=15.87%
G=8.17%
B=75.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33171580.790.8900.38246.8180.5734.31
Hex21119E4F59026f75122
Octal412123611713104636712142
Binary1000011000110011110100111110110010100110111101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21119E; }

 p { color: rgb(33,17,158); }

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

<style>
 a { background-color: #21119E; }

 a { background-color: rgb(33,17,158); }

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

<style>
 span { border-color: #21119E; }

 span { border-color: rgb(33,17,158); }

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