Html Css Color HEX #20028E Ultramarine

📋 copy color: '#20028E'

red 32 ◦ green 2 ◦ blue 142

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

Shades of Ultramarine #20028E

Tints of Ultramarine #20028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 18.18%
G = 1.14%
B = 80.68%

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

#20028E (or 0x20028E) is known color: Ultramarine. HEX triplet: 20, 02 and 8E. RGB value is (32,2,142). Sum of RGB (Red+Green+Blue) = 32+2+142=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #20028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20028E is #DFFD71. Grayscale: #1A1A1A. Windows color (decimal): -14679410 or 9306656. OLE color: 9306656.

HSL color Cylindrical-coordinate representation of color #20028E: hue angle of 252.86º degrees, saturation: 0.97, 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 #20028E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 2 142 -
CMYK 0.77 0.99 0 0.44
HSL 252.86º 0.97% 0.28% -
HSV(B) 252.86º 0.99% 0.56% -
XYZ 5.5 2.3 25.75 -
YUV 26.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 32 2 142 0.77 0.99 0 0.44 252.86 0.97 0.28
Hex 20 2 8E 4D 63 0 2C FD 61 1C
Octal 40 2 216 115 143 0 54 375 141 34
Binary 100000 10 10001110 1001101 1100011 0 101100 11111101 1100001 11100

Color Harmonies of #20028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20028E

Black with #20028E

Text Example


Text Example

White with #20028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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