Html Css Color HEX #20158B Ultramarine

📋 copy color: '#20158B'

red 32 ◦ green 21 ◦ blue 139

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

Shades of Ultramarine #20158B

Tints of Ultramarine #20158B

RGB

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

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

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

R = 16.67%
G = 10.94%
B = 72.4%

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

#20158B (or 0x20158B) is known color: Ultramarine. HEX triplet: 20, 15 and 8B. RGB value is (32,21,139). Sum of RGB (Red+Green+Blue) = 32+21+139=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #20158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158B is #DFEA74. Grayscale: #252525. Windows color (decimal): -14674549 or 9114912. OLE color: 9114912.

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

Color convert

RGB 32 21 139 -
CMYK 0.77 0.85 0 0.45
HSL 245.59º 0.74% 0.31% -
HSV(B) 245.59º 0.85% 0.55% -
XYZ 5.52 2.71 24.66 -
YUV 37.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 32 21 139 0.77 0.85 0 0.45 245.59 0.74 0.31
Hex 20 15 8B 4D 55 0 2D F6 4A 1F
Octal 40 25 213 115 125 0 55 366 112 37
Binary 100000 10101 10001011 1001101 1010101 0 101101 11110110 1001010 11111

Color Harmonies of #20158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20158B

Black with #20158B

Text Example


Text Example

White with #20158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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