#20079A

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

Shades of Ultramarine #20079A

Tints of Ultramarine #20079A

Color information

#20079A (or 0x20079A) is unknown color: approx Ultramarine. HEX triplet: 20, 07 and 9A. RGB value is (32,7,154). Sum of RGB (Red+Green+Blue) = 32+7+154=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #20079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20079A is #DFF865. Grayscale: #1E1E1E. Windows color (decimal): -14678118 or 10094368. OLE color: 10094368.

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

Color convert

RGB327154-
CMYK0.790.9500.40
HSL250.2º91.3%31.57%-
HSV(B)250.2º95.45%60.39%-
XYZ6.52.7930.77-
YUV31.23197.28128.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 154 (60.55% from 255) = 79.79%
R=16.58%
G=3.63%
B=79.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3271540.790.9500.40250.291.331.57
Hex2079A4F5F028fa5b20
Octal40723211713705037213340
Binary10000011110011010100111110111110101000111110101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20079A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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