#20158E

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

Shades of Ultramarine #20158E

Tints of Ultramarine #20158E

Color information

#20158E (or 0x20158E) is unknown color: approx Ultramarine. HEX triplet: 20, 15 and 8E. RGB value is (32,21,142). Sum of RGB (Red+Green+Blue) = 32+21+142=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #20158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158E is #DFEA71. Grayscale: #252525. Windows color (decimal): -14674546 or 9311520. OLE color: 9311520.

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

Color convert

RGB3221142-
CMYK0.770.8500.44
HSL245.45º74.23%31.96%-
HSV(B)245.45º85.21%55.69%-
XYZ5.752.825.83-
YUV38.08186.64123.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 142 (55.86% from 255) = 72.82%
R=16.41%
G=10.77%
B=72.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32211420.770.8500.44245.4574.2331.96
Hex20158E4D5502Cf54a20
Octal402521611512505436511240
Binary1000001010110001110100110110101010101100111101011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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