#20158D

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

Shades of Ultramarine #20158D

Tints of Ultramarine #20158D

Color information

#20158D (or 0x20158D) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 8D. RGB value is (32,21,141). Sum of RGB (Red+Green+Blue) = 32+21+141=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #20158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158D is #DFEA72. Grayscale: #252525. Windows color (decimal): -14674547 or 9245984. OLE color: 9245984.

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

Color convert

RGB3221141-
CMYK0.770.8500.45
HSL245.5º74.07%31.76%-
HSV(B)245.5º85.11%55.29%-
XYZ5.672.7725.43-
YUV37.97186.14123.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 141 (55.47% from 255) = 72.68%
R=16.49%
G=10.82%
B=72.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32211410.770.8500.45245.574.0731.76
Hex20158D4D5502Df64a20
Octal402521511512505536611240
Binary1000001010110001101100110110101010101101111101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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