Html Css Color HEX #20049F Ultramarine

📋 copy color: '#20049F'

red 32 ◦ green 4 ◦ blue 159

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

Shades of Ultramarine #20049F

Tints of Ultramarine #20049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.54%

R = 16.41%
G = 2.05%
B = 81.54%

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

#20049F (or 0x20049F) is known color: Ultramarine. HEX triplet: 20, 04 and 9F. RGB value is (32,4,159). Sum of RGB (Red+Green+Blue) = 32+4+159=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #20049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20049F is #DFFB60. Grayscale: #1D1D1D. Windows color (decimal): -14678881 or 10421280. OLE color: 10421280.

HSL color Cylindrical-coordinate representation of color #20049F: hue angle of 250.84º 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 #20049F is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 4 159 -
CMYK 0.80 0.97 0 0.38
HSL 250.84º 0.95% 0.32% -
HSV(B) 250.84º 0.97% 0.62% -
XYZ 6.9 2.9 33 -
YUV 30.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 32 4 159 0.80 0.97 0 0.38 250.84 0.95 0.32
Hex 20 4 9F 50 61 0 26 FB 5F 20
Octal 40 4 237 120 141 0 46 373 137 40
Binary 100000 100 10011111 1010000 1100001 0 100110 11111011 1011111 100000

Color Harmonies of #20049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20049F

Black with #20049F

Text Example


Text Example

White with #20049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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