#21248D

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

Shades of Ultramarine #21248D

Tints of Ultramarine #21248D

Color information

#21248D (or 0x21248D) is unknown color: approx Ultramarine. HEX triplet: 21, 24 and 8D. RGB value is (33,36,141). Sum of RGB (Red+Green+Blue) = 33+36+141=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #21248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21248D is #DEDB72. Grayscale: #2E2E2E. Windows color (decimal): -14605171 or 9249825. OLE color: 9249825.

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

Color convert

RGB3336141-
CMYK0.770.7400.45
HSL238.33º62.07%34.12%-
HSV(B)238.33º76.6%55.29%-
XYZ6.073.5125.56-
YUV47.07181.01117.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=15.71%
G=17.14%
B=67.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33361410.770.7400.45238.3362.0734.12
Hex21248D4D4A02Dee3e22
Octal41442151151120553567642
Binary1000011001001000110110011011001010010110111101110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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