#20038D

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

Shades of Ultramarine #20038D

Tints of Ultramarine #20038D

Color information

#20038D (or 0x20038D) is unknown color: approx Ultramarine. HEX triplet: 20, 03 and 8D. RGB value is (32,3,141). Sum of RGB (Red+Green+Blue) = 32+3+141=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #20038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20038D is #DFFC72. Grayscale: #1A1A1A. Windows color (decimal): -14679155 or 9241376. OLE color: 9241376.

HSL color Cylindrical-coordinate representation of color #20038D: hue angle of 252.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20038D is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB323141-
CMYK0.770.9800.45
HSL252.61º95.83%28.24%-
HSV(B)252.61º97.87%55.29%-
XYZ5.442.325.36-
YUV27.4192.11131.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 141 (55.47% from 255) = 80.11%
R=18.18%
G=1.70%
B=80.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3231410.770.9800.45252.6195.8328.24
Hex2038D4D6202Dfd601c
Octal40321511514205537514034
Binary100000111000110110011011100010010110111111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20038D; }

 p { color: rgb(32,3,141); }

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

<style>
 a { background-color: #20038D; }

 a { background-color: rgb(32,3,141); }

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

<style>
 span { border-color: #20038D; }

 span { border-color: rgb(32,3,141); }

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