#21078A

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

Shades of Ultramarine #21078A

Tints of Ultramarine #21078A

Color information

#21078A (or 0x21078A) is unknown color: approx Ultramarine. HEX triplet: 21, 07 and 8A. RGB value is (33,7,138). Sum of RGB (Red+Green+Blue) = 33+7+138=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #21078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21078A is #DEF875. Grayscale: #1D1D1D. Windows color (decimal): -14612598 or 9045793. OLE color: 9045793.

HSL color Cylindrical-coordinate representation of color #21078A: hue angle of 251.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21078A is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB337138-
CMYK0.760.9500.46
HSL251.91º90.34%28.43%-
HSV(B)251.91º94.93%54.12%-
XYZ5.292.3124.21-
YUV29.71189.11130.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 138 (54.30% from 255) = 77.53%
R=18.54%
G=3.93%
B=77.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3371380.760.9500.46251.9190.3428.43
Hex2178A4C5F02Efc5a1c
Octal41721211413705637413234
Binary1000011111000101010011001011111010111011111100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21078A; }

 p { color: rgb(33,7,138); }

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

<style>
 a { background-color: #21078A; }

 a { background-color: rgb(33,7,138); }

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

<style>
 span { border-color: #21078A; }

 span { border-color: rgb(33,7,138); }

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