Html Css Color HEX #20058D Ultramarine

📋 copy color: '#20058D'

red 32 ◦ green 5 ◦ blue 141

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

Shades of Ultramarine #20058D

Tints of Ultramarine #20058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 17.98%
G = 2.81%
B = 79.21%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20058D (or 0x20058D) is known color: Ultramarine. HEX triplet: 20, 05 and 8D. RGB value is (32,5,141). Sum of RGB (Red+Green+Blue) = 32+5+141=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #20058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20058D is #DFFA72. Grayscale: #1C1C1C. Windows color (decimal): -14678643 or 9241888. OLE color: 9241888.

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

Color convert

RGB 32 5 141 -
CMYK 0.77 0.96 0 0.45
HSL 251.91º 0.93% 0.29% -
HSV(B) 251.91º 0.96% 0.55% -
XYZ 5.46 2.34 25.36 -
YUV 28.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 32 5 141 0.77 0.96 0 0.45 251.91 0.93 0.29
Hex 20 5 8D 4D 60 0 2D FC 5D 1D
Octal 40 5 215 115 140 0 55 374 135 35
Binary 100000 101 10001101 1001101 1100000 0 101101 11111100 1011101 11101

Color Harmonies of #20058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20058D

Black with #20058D

Text Example


Text Example

White with #20058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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