Html Css Color HEX #20058B Ultramarine

📋 copy color: '#20058B'

red 32 ◦ green 5 ◦ blue 139

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

Shades of Ultramarine #20058B

Tints of Ultramarine #20058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.98%

R = 18.18%
G = 2.84%
B = 78.98%

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

#20058B (or 0x20058B) is known color: Ultramarine. HEX triplet: 20, 05 and 8B. RGB value is (32,5,139). Sum of RGB (Red+Green+Blue) = 32+5+139=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #20058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20058B is #DFFA74. Grayscale: #1B1B1B. Windows color (decimal): -14678645 or 9110816. OLE color: 9110816.

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

Color convert

RGB 32 5 139 -
CMYK 0.77 0.96 0 0.45
HSL 252.09º 0.93% 0.28% -
HSV(B) 252.09º 0.96% 0.55% -
XYZ 5.31 2.28 24.59 -
YUV 28.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 32 5 139 0.77 0.96 0 0.45 252.09 0.93 0.28
Hex 20 5 8B 4D 60 0 2D FC 5D 1C
Octal 40 5 213 115 140 0 55 374 135 34
Binary 100000 101 10001011 1001101 1100000 0 101101 11111100 1011101 11100

Color Harmonies of #20058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20058B

Black with #20058B

Text Example


Text Example

White with #20058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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