Html Css Color HEX #20019A Ultramarine

📋 copy color: '#20019A'

red 32 ◦ green 1 ◦ blue 154

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

Shades of Ultramarine #20019A

Tints of Ultramarine #20019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.35%

R = 17.11%
G = 0.53%
B = 82.35%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20019A (or 0x20019A) is known color: Ultramarine. HEX triplet: 20, 01 and 9A. RGB value is (32,1,154). Sum of RGB (Red+Green+Blue) = 32+1+154=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #20019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20019A is #DFFE65. Grayscale: #1B1B1B. Windows color (decimal): -14679654 or 10092832. OLE color: 10092832.

HSL color Cylindrical-coordinate representation of color #20019A: hue angle of 252.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20019A is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 1 154 -
CMYK 0.79 0.99 0 0.40
HSL 252.16º 0.99% 0.3% -
HSV(B) 252.16º 0.99% 0.6% -
XYZ 6.44 2.66 30.75 -
YUV 27.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 32 1 154 0.79 0.99 0 0.40 252.16 0.99 0.3
Hex 20 1 9A 4F 63 0 28 FC 63 1E
Octal 40 1 232 117 143 0 50 374 143 36
Binary 100000 1 10011010 1001111 1100011 0 101000 11111100 1100011 11110

Color Harmonies of #20019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20019A

Black with #20019A

Text Example


Text Example

White with #20019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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