#20088A

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

Shades of Ultramarine #20088A

Tints of Ultramarine #20088A

Color information

#20088A (or 0x20088A) is unknown color: approx Ultramarine. HEX triplet: 20, 08 and 8A. RGB value is (32,8,138). Sum of RGB (Red+Green+Blue) = 32+8+138=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #20088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20088A is #DFF775. Grayscale: #1D1D1D. Windows color (decimal): -14677878 or 9046048. OLE color: 9046048.

HSL color Cylindrical-coordinate representation of color #20088A: hue angle of 251.08º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20088A is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB328138-
CMYK0.770.9400.46
HSL251.08º89.04%28.63%-
HSV(B)251.08º94.2%54.12%-
XYZ5.272.3224.21-
YUV30188.95129.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 138 (54.30% from 255) = 77.53%
R=17.98%
G=4.49%
B=77.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3281380.770.9400.46251.0889.0428.63
Hex2088A4D5E02Efb591d
Octal401021211513605637313135
Binary10000010001000101010011011011110010111011111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,8,138); }

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

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

 a { background-color: rgb(32,8,138); }

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

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

 span { border-color: rgb(32,8,138); }

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