#20158A

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

Shades of Ultramarine #20158A

Tints of Ultramarine #20158A

Color information

#20158A (or 0x20158A) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 8A. RGB value is (32,21,138). Sum of RGB (Red+Green+Blue) = 32+21+138=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #20158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158A is #DFEA75. Grayscale: #252525. Windows color (decimal): -14674550 or 9049376. OLE color: 9049376.

HSL color Cylindrical-coordinate representation of color #20158A: hue angle of 245.64º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20158A is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3221138-
CMYK0.770.8500.46
HSL245.64º73.58%31.18%-
HSV(B)245.64º84.78%54.12%-
XYZ5.452.6824.27-
YUV37.63184.64123.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 138 (54.30% from 255) = 72.25%
R=16.75%
G=10.99%
B=72.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32211380.770.8500.46245.6473.5831.18
Hex20158A4D5502Ef64a1f
Octal402521211512505636611237
Binary100000101011000101010011011010101010111011110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,21,138); }

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

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

 a { background-color: rgb(32,21,138); }

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

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

 span { border-color: rgb(32,21,138); }

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