Html Css Color HEX #20018E Ultramarine

📋 copy color: '#20018E'

red 32 ◦ green 1 ◦ blue 142

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

Shades of Ultramarine #20018E

Tints of Ultramarine #20018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 142 (55.86% from 255) = 81.14%

R = 18.29%
G = 0.57%
B = 81.14%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20018E (or 0x20018E) is known color: Ultramarine. HEX triplet: 20, 01 and 8E. RGB value is (32,1,142). Sum of RGB (Red+Green+Blue) = 32+1+142=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #20018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20018E is #DFFE71. Grayscale: #191919. Windows color (decimal): -14679666 or 9306400. OLE color: 9306400.

HSL color Cylindrical-coordinate representation of color #20018E: hue angle of 253.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20018E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 1 142 -
CMYK 0.77 0.99 0 0.44
HSL 253.19º 0.99% 0.28% -
HSV(B) 253.19º 0.99% 0.56% -
XYZ 5.49 2.28 25.74 -
YUV 26.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 32 1 142 0.77 0.99 0 0.44 253.19 0.99 0.28
Hex 20 1 8E 4D 63 0 2C FD 63 1C
Octal 40 1 216 115 143 0 54 375 143 34
Binary 100000 1 10001110 1001101 1100011 0 101100 11111101 1100011 11100

Color Harmonies of #20018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20018E

Black with #20018E

Text Example


Text Example

White with #20018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20018E; }

 p { color: rgb(32,1,142); }

 H1.HeaderClassName
 {
   color: #20018E;
 }
 .AnyTagClassName
 {
   color: #20018E;
 }
</style>

background-color css

<style>
 a { background-color: #20018E; }

 a { background-color: rgb(32,1,142); }

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

border-color css

<style>
 span { border-color: #20018E; }

 span { border-color: rgb(32,1,142); }

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