Html Css Color HEX #20199E Ultramarine

📋 copy color: '#20199E'

red 32 ◦ green 25 ◦ blue 158

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

Shades of Ultramarine #20199E

Tints of Ultramarine #20199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

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

R = 14.88%
G = 11.63%
B = 73.49%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20199E (or 0x20199E) is known color: Ultramarine. HEX triplet: 20, 19 and 9E. RGB value is (32,25,158). Sum of RGB (Red+Green+Blue) = 32+25+158=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #20199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199E is #DFE661. Grayscale: #292929. Windows color (decimal): -14673506 or 10361120. OLE color: 10361120.

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

Color convert

RGB 32 25 158 -
CMYK 0.80 0.84 0 0.38
HSL 243.16º 0.73% 0.36% -
HSV(B) 243.16º 0.84% 0.62% -
XYZ 7.11 3.47 32.64 -
YUV 42.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 32 25 158 0.80 0.84 0 0.38 243.16 0.73 0.36
Hex 20 19 9E 50 54 0 26 F3 49 24
Octal 40 31 236 120 124 0 46 363 111 44
Binary 100000 11001 10011110 1010000 1010100 0 100110 11110011 1001001 100100

Color Harmonies of #20199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20199E

Black with #20199E

Text Example


Text Example

White with #20199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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