Html Css Color HEX #20158C Ultramarine

📋 copy color: '#20158C'

red 32 ◦ green 21 ◦ blue 140

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

Shades of Ultramarine #20158C

Tints of Ultramarine #20158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 16.58%
G = 10.88%
B = 72.54%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20158C (or 0x20158C) is known color: Ultramarine. HEX triplet: 20, 15 and 8C. RGB value is (32,21,140). Sum of RGB (Red+Green+Blue) = 32+21+140=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #20158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158C is #DFEA73. Grayscale: #252525. Windows color (decimal): -14674548 or 9180448. OLE color: 9180448.

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

Color convert

RGB 32 21 140 -
CMYK 0.77 0.85 0 0.45
HSL 245.55º 0.74% 0.32% -
HSV(B) 245.55º 0.85% 0.55% -
XYZ 5.6 2.74 25.04 -
YUV 37.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 32 21 140 0.77 0.85 0 0.45 245.55 0.74 0.32
Hex 20 15 8C 4D 55 0 2D F6 4A 20
Octal 40 25 214 115 125 0 55 366 112 40
Binary 100000 10101 10001100 1001101 1010101 0 101101 11110110 1001010 100000

Color Harmonies of #20158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20158C

Black with #20158C

Text Example


Text Example

White with #20158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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