#21278F

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

Shades of Ultramarine #21278F

Tints of Ultramarine #21278F

Color information

#21278F (or 0x21278F) is unknown color: approx Ultramarine. HEX triplet: 21, 27 and 8F. RGB value is (33,39,143). Sum of RGB (Red+Green+Blue) = 33+39+143=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #21278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21278F is #DED870. Grayscale: #303030. Windows color (decimal): -14604401 or 9381665. OLE color: 9381665.

HSL color Cylindrical-coordinate representation of color #21278F: hue angle of 236.73º 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 #21278F is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3339143-
CMYK0.770.7300.44
HSL236.73º62.5%34.51%-
HSV(B)236.73º76.92%56.08%-
XYZ6.313.7626.38-
YUV49.06181.01116.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=15.35%
G=18.14%
B=66.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33391430.770.7300.44236.7362.534.51
Hex21278F4D4902Ced3e23
Octal41472171151110543557643
Binary1000011001111000111110011011001001010110011101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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