Html Css Color HEX #20199F Ultramarine

📋 copy color: '#20199F'

red 32 ◦ green 25 ◦ blue 159

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

Shades of Ultramarine #20199F

Tints of Ultramarine #20199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 14.81%
G = 11.57%
B = 73.61%

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

#20199F (or 0x20199F) is known color: Ultramarine. HEX triplet: 20, 19 and 9F. RGB value is (32,25,159). Sum of RGB (Red+Green+Blue) = 32+25+159=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #20199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199F is #DFE660. Grayscale: #292929. Windows color (decimal): -14673505 or 10426656. OLE color: 10426656.

HSL color Cylindrical-coordinate representation of color #20199F: hue angle of 243.13º 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 #20199F is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 25 159 -
CMYK 0.80 0.84 0 0.38
HSL 243.13º 0.73% 0.36% -
HSV(B) 243.13º 0.84% 0.62% -
XYZ 7.2 3.51 33.1 -
YUV 42.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 32 25 159 0.80 0.84 0 0.38 243.13 0.73 0.36
Hex 20 19 9F 50 54 0 26 F3 49 24
Octal 40 31 237 120 124 0 46 363 111 44
Binary 100000 11001 10011111 1010000 1010100 0 100110 11110011 1001001 100100

Color Harmonies of #20199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20199F

Black with #20199F

Text Example


Text Example

White with #20199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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