Html Css Color HEX #20008D Ultramarine

📋 copy color: '#20008D'

red 32 ◦ green 0 ◦ blue 141

#20008D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #20008D

Tints of Ultramarine #20008D

RGB

 RED value IS 32 (12.89% from 255) = 18.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 81.5%

R = 18.5%
G = 0%
B = 81.5%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20008D (or 0x20008D) is known color: Ultramarine. HEX triplet: 20, 00 and 8D. RGB value is (32,0,141). Sum of RGB (Red+Green+Blue) = 32+0+141=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #20008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20008D is #DFFF72. Grayscale: #191919. Windows color (decimal): -14679923 or 9240608. OLE color: 9240608.

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

Color convert

RGB 32 0 141 -
CMYK 0.77 1 0 0.45
HSL 253.62º 1% 0.28% -
HSV(B) 253.62º 1% 0.55% -
XYZ 5.4 2.23 25.34 -
YUV 25.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 32 0 141 0.77 1 0 0.45 253.62 1 0.28
Hex 20 0 8D 4D 64 0 2D FE 64 1C
Octal 40 0 215 115 144 0 55 376 144 34
Binary 100000 0 10001101 1001101 1100100 0 101101 11111110 1100100 11100

Color Harmonies of #20008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20008D

Black with #20008D

Text Example


Text Example

White with #20008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20008D;
 }
 .AnyTagClassName
 {
   color: #20008D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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