#20149F

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

Shades of Ultramarine #20149F

Tints of Ultramarine #20149F

Color information

#20149F (or 0x20149F) is unknown color: approx Ultramarine. HEX triplet: 20, 14 and 9F. RGB value is (32,20,159). Sum of RGB (Red+Green+Blue) = 32+20+159=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #20149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20149F is #DFEB60. Grayscale: #262626. Windows color (decimal): -14674785 or 10425376. OLE color: 10425376.

HSL color Cylindrical-coordinate representation of color #20149F: hue angle of 245.18º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20149F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3220159-
CMYK0.800.8700.38
HSL245.18º77.65%35.1%-
HSV(B)245.18º87.42%62.35%-
XYZ7.13.3133.07-
YUV39.43195.48122.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=15.17%
G=9.48%
B=75.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32201590.800.8700.38245.1877.6535.1
Hex20149F5057026f54e23
Octal402423712012704636511643
Binary1000001010010011111101000010101110100110111101011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,20,159); }

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

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

 a { background-color: rgb(32,20,159); }

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

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

 span { border-color: rgb(32,20,159); }

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