#20059B

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

Shades of Ultramarine #20059B

Tints of Ultramarine #20059B

Color information

#20059B (or 0x20059B) is unknown color: approx Ultramarine. HEX triplet: 20, 05 and 9B. RGB value is (32,5,155). Sum of RGB (Red+Green+Blue) = 32+5+155=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #20059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20059B is #DFFA64. Grayscale: #1D1D1D. Windows color (decimal): -14678629 or 10159392. OLE color: 10159392.

HSL color Cylindrical-coordinate representation of color #20059B: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20059B is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB325155-
CMYK0.790.9700.39
HSL250.8º93.75%31.37%-
HSV(B)250.8º96.77%60.78%-
XYZ6.572.7831.2-
YUV30.17198.45129.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 155 (60.94% from 255) = 80.73%
R=16.67%
G=2.60%
B=80.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3251550.790.9700.39250.893.7531.37
Hex2059B4F61027fb5e1f
Octal40523311714104737313637
Binary1000001011001101110011111100001010011111111011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20059B; }

 p { color: rgb(32,5,155); }

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

<style>
 a { background-color: #20059B; }

 a { background-color: rgb(32,5,155); }

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

<style>
 span { border-color: #20059B; }

 span { border-color: rgb(32,5,155); }

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