Html Css Color HEX #20149E Ultramarine

📋 copy color: '#20149E'

red 32 ◦ green 20 ◦ blue 158

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

Shades of Ultramarine #20149E

Tints of Ultramarine #20149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 15.24%
G = 9.52%
B = 75.24%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20149E (or 0x20149E) is known color: Ultramarine. HEX triplet: 20, 14 and 9E. RGB value is (32,20,158). Sum of RGB (Red+Green+Blue) = 32+20+158=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #20149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20149E is #DFEB61. Grayscale: #262626. Windows color (decimal): -14674786 or 10359840. OLE color: 10359840.

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

Color convert

RGB 32 20 158 -
CMYK 0.80 0.87 0 0.38
HSL 245.22º 0.78% 0.35% -
HSV(B) 245.22º 0.87% 0.62% -
XYZ 7.02 3.28 32.61 -
YUV 39.32 194.98 122.78 -
System Red Green Blue C M Y K H S L
Decimal 32 20 158 0.80 0.87 0 0.38 245.22 0.78 0.35
Hex 20 14 9E 50 57 0 26 F5 4E 23
Octal 40 24 236 120 127 0 46 365 116 43
Binary 100000 10100 10011110 1010000 1010111 0 100110 11110101 1001110 100011

Color Harmonies of #20149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20149E

Black with #20149E

Text Example


Text Example

White with #20149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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