#21188D

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

Shades of Ultramarine #21188D

Tints of Ultramarine #21188D

Color information

#21188D (or 0x21188D) is unknown color: approx Ultramarine. HEX triplet: 21, 18 and 8D. RGB value is (33,24,141). Sum of RGB (Red+Green+Blue) = 33+24+141=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #21188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21188D is #DEE772. Grayscale: #272727. Windows color (decimal): -14608243 or 9246753. OLE color: 9246753.

HSL color Cylindrical-coordinate representation of color #21188D: hue angle of 244.62º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21188D is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3324141-
CMYK0.770.8300.45
HSL244.62º70.91%32.35%-
HSV(B)244.62º82.98%55.29%-
XYZ5.762.925.46-
YUV40.03184.98122.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 141 (55.47% from 255) = 71.21%
R=16.67%
G=12.12%
B=71.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33241410.770.8300.45244.6270.9132.35
Hex21188D4D5302Df54720
Octal413021511512305536510740
Binary1000011100010001101100110110100110101101111101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,24,141); }

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

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

 a { background-color: rgb(33,24,141); }

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

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

 span { border-color: rgb(33,24,141); }

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