Html Css Color HEX #20049D Ultramarine

📋 copy color: '#20049D'

red 32 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #20049D

Tints of Ultramarine #20049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 157 (61.72% from 255) = 81.35%

R = 16.58%
G = 2.07%
B = 81.35%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20049D (or 0x20049D) is known color: Ultramarine. HEX triplet: 20, 04 and 9D. RGB value is (32,4,157). Sum of RGB (Red+Green+Blue) = 32+4+157=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #20049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20049D is #DFFB62. Grayscale: #1D1D1D. Windows color (decimal): -14678883 or 10290208. OLE color: 10290208.

HSL color Cylindrical-coordinate representation of color #20049D: hue angle of 250.98º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20049D is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 4 157 -
CMYK 0.80 0.97 0 0.38
HSL 250.98º 0.95% 0.32% -
HSV(B) 250.98º 0.97% 0.62% -
XYZ 6.72 2.83 32.09 -
YUV 29.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 32 4 157 0.80 0.97 0 0.38 250.98 0.95 0.32
Hex 20 4 9D 50 61 0 26 FB 5F 20
Octal 40 4 235 120 141 0 46 373 137 40
Binary 100000 100 10011101 1010000 1100001 0 100110 11111011 1011111 100000

Color Harmonies of #20049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20049D

Black with #20049D

Text Example


Text Example

White with #20049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,4,157); }

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

background-color css

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

 a { background-color: rgb(32,4,157); }

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

border-color css

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

 span { border-color: rgb(32,4,157); }

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