Html Css Color HEX #20108B Ultramarine

📋 copy color: '#20108B'

red 32 ◦ green 16 ◦ blue 139

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

Shades of Ultramarine #20108B

Tints of Ultramarine #20108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 17.11%
G = 8.56%
B = 74.33%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20108B (or 0x20108B) is known color: Ultramarine. HEX triplet: 20, 10 and 8B. RGB value is (32,16,139). Sum of RGB (Red+Green+Blue) = 32+16+139=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #20108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20108B is #DFEF74. Grayscale: #222222. Windows color (decimal): -14675829 or 9113632. OLE color: 9113632.

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

Color convert

RGB 32 16 139 -
CMYK 0.77 0.88 0 0.45
HSL 247.8º 0.79% 0.3% -
HSV(B) 247.8º 0.88% 0.55% -
XYZ 5.44 2.54 24.63 -
YUV 34.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 32 16 139 0.77 0.88 0 0.45 247.8 0.79 0.3
Hex 20 10 8B 4D 58 0 2D F8 4F 1E
Octal 40 20 213 115 130 0 55 370 117 36
Binary 100000 10000 10001011 1001101 1011000 0 101101 11111000 1001111 11110

Color Harmonies of #20108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20108B

Black with #20108B

Text Example


Text Example

White with #20108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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