Html Css Color HEX #20029E Ultramarine

📋 copy color: '#20029E'

red 32 ◦ green 2 ◦ blue 158

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

Shades of Ultramarine #20029E

Tints of Ultramarine #20029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 82.29%

R = 16.67%
G = 1.04%
B = 82.29%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20029E (or 0x20029E) is known color: Ultramarine. HEX triplet: 20, 02 and 9E. RGB value is (32,2,158). Sum of RGB (Red+Green+Blue) = 32+2+158=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #20029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20029E is #DFFD61. Grayscale: #1C1C1C. Windows color (decimal): -14679394 or 10355232. OLE color: 10355232.

HSL color Cylindrical-coordinate representation of color #20029E: hue angle of 251.54º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20029E is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 2 158 -
CMYK 0.80 0.99 0 0.38
HSL 251.54º 0.98% 0.31% -
HSV(B) 251.54º 0.99% 0.62% -
XYZ 6.79 2.82 32.53 -
YUV 28.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 32 2 158 0.80 0.99 0 0.38 251.54 0.98 0.31
Hex 20 2 9E 50 63 0 26 FC 62 1F
Octal 40 2 236 120 143 0 46 374 142 37
Binary 100000 10 10011110 1010000 1100011 0 100110 11111100 1100010 11111

Color Harmonies of #20029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20029E

Black with #20029E

Text Example


Text Example

White with #20029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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