#20099A

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

Shades of Ultramarine #20099A

Tints of Ultramarine #20099A

Color information

#20099A (or 0x20099A) is unknown color: approx Ultramarine. HEX triplet: 20, 09 and 9A. RGB value is (32,9,154). Sum of RGB (Red+Green+Blue) = 32+9+154=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #20099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20099A is #DFF665. Grayscale: #1F1F1F. Windows color (decimal): -14677606 or 10094880. OLE color: 10094880.

HSL color Cylindrical-coordinate representation of color #20099A: hue angle of 249.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20099A is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB329154-
CMYK0.790.9400.40
HSL249.52º88.96%31.96%-
HSV(B)249.52º94.16%60.39%-
XYZ6.532.8430.78-
YUV32.41196.62127.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 154 (60.55% from 255) = 78.97%
R=16.41%
G=4.62%
B=78.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3291540.790.9400.40249.5288.9631.96
Hex2099A4F5E028fa5920
Octal401123211713605037213140
Binary100000100110011010100111110111100101000111110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,9,154); }

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

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

 a { background-color: rgb(32,9,154); }

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

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

 span { border-color: rgb(32,9,154); }

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