#21159C

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

Shades of Ultramarine #21159C

Tints of Ultramarine #21159C

Color information

#21159C (or 0x21159C) is unknown color: approx Ultramarine. HEX triplet: 21, 15 and 9C. RGB value is (33,21,156). Sum of RGB (Red+Green+Blue) = 33+21+156=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #21159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21159C is #DEEA63. Grayscale: #272727. Windows color (decimal): -14608996 or 10229025. OLE color: 10229025.

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

Color convert

RGB3321156-
CMYK0.790.8700.39
HSL245.33º76.27%34.71%-
HSV(B)245.33º86.54%61.18%-
XYZ6.93.2631.72-
YUV39.98193.48123.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=15.71%
G=10%
B=74.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33211560.790.8700.39245.3376.2734.71
Hex21159C4F57027f54c23
Octal412523411712704736511443
Binary1000011010110011100100111110101110100111111101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21159C; }

 p { color: rgb(33,21,156); }

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

<style>
 a { background-color: #21159C; }

 a { background-color: rgb(33,21,156); }

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

<style>
 span { border-color: #21159C; }

 span { border-color: rgb(33,21,156); }

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