Html Css Color HEX #20199C Ultramarine

📋 copy color: '#20199C'

red 32 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #20199C

Tints of Ultramarine #20199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 15.02%
G = 11.74%
B = 73.24%

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

#20199C (or 0x20199C) is known color: Ultramarine. HEX triplet: 20, 19 and 9C. RGB value is (32,25,156). Sum of RGB (Red+Green+Blue) = 32+25+156=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #20199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20199C is #DFE663. Grayscale: #292929. Windows color (decimal): -14673508 or 10230048. OLE color: 10230048.

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

Color convert

RGB 32 25 156 -
CMYK 0.79 0.84 0 0.39
HSL 243.21º 0.72% 0.35% -
HSV(B) 243.21º 0.84% 0.61% -
XYZ 6.94 3.4 31.74 -
YUV 42.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 32 25 156 0.79 0.84 0 0.39 243.21 0.72 0.35
Hex 20 19 9C 4F 54 0 27 F3 48 23
Octal 40 31 234 117 124 0 47 363 110 43
Binary 100000 11001 10011100 1001111 1010100 0 100111 11110011 1001000 100011

Color Harmonies of #20199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20199C

Black with #20199C

Text Example


Text Example

White with #20199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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