Html Css Color HEX #20218D Ultramarine

📋 copy color: '#20218D'

red 32 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #20218D

Tints of Ultramarine #20218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 15.53%
G = 16.02%
B = 68.45%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20218D (or 0x20218D) is known color: Ultramarine. HEX triplet: 20, 21 and 8D. RGB value is (32,33,141). Sum of RGB (Red+Green+Blue) = 32+33+141=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #20218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20218D is #DFDE72. Grayscale: #2C2C2C. Windows color (decimal): -14671475 or 9249056. OLE color: 9249056.

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

Color convert

RGB 32 33 141 -
CMYK 0.77 0.77 0 0.45
HSL 239.45º 0.63% 0.34% -
HSV(B) 239.45º 0.77% 0.55% -
XYZ 5.95 3.32 25.53 -
YUV 45.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 32 33 141 0.77 0.77 0 0.45 239.45 0.63 0.34
Hex 20 21 8D 4D 4D 0 2D EF 3F 22
Octal 40 41 215 115 115 0 55 357 77 42
Binary 100000 100001 10001101 1001101 1001101 0 101101 11101111 111111 100010

Color Harmonies of #20218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20218D

Black with #20218D

Text Example


Text Example

White with #20218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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