Html Css Color HEX #20158A Ultramarine

📋 copy color: '#20158A'

red 32 ◦ green 21 ◦ blue 138

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

Shades of Ultramarine #20158A

Tints of Ultramarine #20158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 138 (54.3% from 255) = 72.25%

R = 16.75%
G = 10.99%
B = 72.25%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20158A (or 0x20158A) is known color: Ultramarine. HEX triplet: 20, 15 and 8A. RGB value is (32,21,138). Sum of RGB (Red+Green+Blue) = 32+21+138=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #20158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158A is #DFEA75. Grayscale: #252525. Windows color (decimal): -14674550 or 9049376. OLE color: 9049376.

HSL color Cylindrical-coordinate representation of color #20158A: hue angle of 245.64º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20158A is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 21 138 -
CMYK 0.77 0.85 0 0.46
HSL 245.64º 0.74% 0.31% -
HSV(B) 245.64º 0.85% 0.54% -
XYZ 5.45 2.68 24.27 -
YUV 37.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 32 21 138 0.77 0.85 0 0.46 245.64 0.74 0.31
Hex 20 15 8A 4D 55 0 2E F6 4A 1F
Octal 40 25 212 115 125 0 56 366 112 37
Binary 100000 10101 10001010 1001101 1010101 0 101110 11110110 1001010 11111

Color Harmonies of #20158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20158A

Black with #20158A

Text Example


Text Example

White with #20158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20158A; }

 p { color: rgb(32,21,138); }

 H1.HeaderClassName
 {
   color: #20158A;
 }
 .AnyTagClassName
 {
   color: #20158A;
 }
</style>

background-color css

<style>
 a { background-color: #20158A; }

 a { background-color: rgb(32,21,138); }

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

border-color css

<style>
 span { border-color: #20158A; }

 span { border-color: rgb(32,21,138); }

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