Html Css Color HEX #20099F Ultramarine

📋 copy color: '#20099F'

red 32 ◦ green 9 ◦ blue 159

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

Shades of Ultramarine #20099F

Tints of Ultramarine #20099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

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

R = 16%
G = 4.5%
B = 79.5%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20099F (or 0x20099F) is known color: Ultramarine. HEX triplet: 20, 09 and 9F. RGB value is (32,9,159). Sum of RGB (Red+Green+Blue) = 32+9+159=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #20099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20099F is #DFF660. Grayscale: #202020. Windows color (decimal): -14677601 or 10422560. OLE color: 10422560.

HSL color Cylindrical-coordinate representation of color #20099F: hue angle of 249.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20099F is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 9 159 -
CMYK 0.80 0.94 0 0.38
HSL 249.2º 0.89% 0.33% -
HSV(B) 249.2º 0.94% 0.62% -
XYZ 6.95 3.01 33.01 -
YUV 32.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 32 9 159 0.80 0.94 0 0.38 249.2 0.89 0.33
Hex 20 9 9F 50 5E 0 26 F9 59 21
Octal 40 11 237 120 136 0 46 371 131 41
Binary 100000 1001 10011111 1010000 1011110 0 100110 11111001 1011001 100001

Color Harmonies of #20099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20099F

Black with #20099F

Text Example


Text Example

White with #20099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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