Html Css Color HEX #20058F Ultramarine

📋 copy color: '#20058F'

red 32 ◦ green 5 ◦ blue 143

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

Shades of Ultramarine #20058F

Tints of Ultramarine #20058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 79.44%

R = 17.78%
G = 2.78%
B = 79.44%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20058F (or 0x20058F) is known color: Ultramarine. HEX triplet: 20, 05 and 8F. RGB value is (32,5,143). Sum of RGB (Red+Green+Blue) = 32+5+143=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 143 (56.25% from 255 or 79.44% from 180); Max value from RGB is 143 - color contains mainly: blue. Hex color #20058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20058F is #DFFA70. Grayscale: #1C1C1C. Windows color (decimal): -14678641 or 9372960. OLE color: 9372960.

HSL color Cylindrical-coordinate representation of color #20058F: hue angle of 251.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20058F is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 5 143 -
CMYK 0.78 0.97 0 0.44
HSL 251.74º 0.93% 0.29% -
HSV(B) 251.74º 0.97% 0.56% -
XYZ 5.61 2.4 26.15 -
YUV 28.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 32 5 143 0.78 0.97 0 0.44 251.74 0.93 0.29
Hex 20 5 8F 4E 61 0 2C FC 5D 1D
Octal 40 5 217 116 141 0 54 374 135 35
Binary 100000 101 10001111 1001110 1100001 0 101100 11111100 1011101 11101

Color Harmonies of #20058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20058F

Black with #20058F

Text Example


Text Example

White with #20058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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