#21248F

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

Shades of Ultramarine #21248F

Tints of Ultramarine #21248F

Color information

#21248F (or 0x21248F) is unknown color: approx Ultramarine. HEX triplet: 21, 24 and 8F. RGB value is (33,36,143). Sum of RGB (Red+Green+Blue) = 33+36+143=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #21248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248F is #DEDB70. Grayscale: #2E2E2E. Windows color (decimal): -14605169 or 9380897. OLE color: 9380897.

HSL color Cylindrical-coordinate representation of color #21248F: hue angle of 238.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21248F is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3336143-
CMYK0.770.7500.44
HSL238.36º62.5%34.51%-
HSV(B)238.36º76.92%56.08%-
XYZ6.223.5726.35-
YUV47.3182.01117.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 143 (56.25% from 255) = 67.45%
R=15.57%
G=16.98%
B=67.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33361430.770.7500.44238.3662.534.51
Hex21248F4D4B02Cee3e23
Octal41442171151130543567643
Binary1000011001001000111110011011001011010110011101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21248F; }

 p { color: rgb(33,36,143); }

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

<style>
 a { background-color: #21248F; }

 a { background-color: rgb(33,36,143); }

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

<style>
 span { border-color: #21248F; }

 span { border-color: rgb(33,36,143); }

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