#20008F

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

Shades of Ultramarine #20008F

Tints of Ultramarine #20008F

Color information

#20008F (or 0x20008F) is unknown color: approx Ultramarine. HEX triplet: 20, 00 and 8F. RGB value is (32,0,143). Sum of RGB (Red+Green+Blue) = 32+0+143=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 143 (56.25% from 255 or 81.71% from 175); Max value from RGB is 143 - color contains mainly: blue. Hex color #20008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20008F is #DFFF70. Grayscale: #191919. Windows color (decimal): -14679921 or 9371680. OLE color: 9371680.

HSL color Cylindrical-coordinate representation of color #20008F: hue angle of 253.43º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20008F is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB320143-
CMYK0.78100.44
HSL253.43º100%28.04%-
HSV(B)253.43º100%56.08%-
XYZ5.552.2926.14-
YUV25.87194.1132.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 81.71%
R=18.29%
G=0%
B=81.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3201430.78100.44253.4310028.04
Hex2008F4E6402Cfd641c
Octal40021711614405437514434
Binary10000001000111110011101100100010110011111101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20008F; }

 p { color: rgb(32,0,143); }

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

<style>
 a { background-color: #20008F; }

 a { background-color: rgb(32,0,143); }

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

<style>
 span { border-color: #20008F; }

 span { border-color: rgb(32,0,143); }

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