Html Css Color HEX #20199B Ultramarine

📋 copy color: '#20199B'

red 32 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #20199B

Tints of Ultramarine #20199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.11%

R = 15.09%
G = 11.79%
B = 73.11%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20199B (or 0x20199B) is known color: Ultramarine. HEX triplet: 20, 19 and 9B. RGB value is (32,25,155). Sum of RGB (Red+Green+Blue) = 32+25+155=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #20199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199B is #DFE664. Grayscale: #292929. Windows color (decimal): -14673509 or 10164512. OLE color: 10164512.

HSL color Cylindrical-coordinate representation of color #20199B: hue angle of 243.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20199B is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 25 155 -
CMYK 0.79 0.84 0 0.39
HSL 243.23º 0.72% 0.35% -
HSV(B) 243.23º 0.84% 0.61% -
XYZ 6.86 3.37 31.3 -
YUV 41.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 32 25 155 0.79 0.84 0 0.39 243.23 0.72 0.35
Hex 20 19 9B 4F 54 0 27 F3 48 23
Octal 40 31 233 117 124 0 47 363 110 43
Binary 100000 11001 10011011 1001111 1010100 0 100111 11110011 1001000 100011

Color Harmonies of #20199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20199B

Black with #20199B

Text Example


Text Example

White with #20199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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