Html Css Color HEX #20048B Ultramarine

📋 copy color: '#20048B'

red 32 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #20048B

Tints of Ultramarine #20048B

RGB

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

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

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

R = 18.29%
G = 2.29%
B = 79.43%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20048B (or 0x20048B) is known color: Ultramarine. HEX triplet: 20, 04 and 8B. RGB value is (32,4,139). Sum of RGB (Red+Green+Blue) = 32+4+139=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #20048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20048B is #DFFB74. Grayscale: #1B1B1B. Windows color (decimal): -14678901 or 9110560. OLE color: 9110560.

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

Color convert

RGB 32 4 139 -
CMYK 0.77 0.97 0 0.45
HSL 252.44º 0.94% 0.28% -
HSV(B) 252.44º 0.97% 0.55% -
XYZ 5.3 2.26 24.58 -
YUV 27.76 190.78 131.02 -
System Red Green Blue C M Y K H S L
Decimal 32 4 139 0.77 0.97 0 0.45 252.44 0.94 0.28
Hex 20 4 8B 4D 61 0 2D FC 5E 1C
Octal 40 4 213 115 141 0 55 374 136 34
Binary 100000 100 10001011 1001101 1100001 0 101101 11111100 1011110 11100

Color Harmonies of #20048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20048B

Black with #20048B

Text Example


Text Example

White with #20048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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