Html Css Color HEX #20099A Ultramarine

📋 copy color: '#20099A'

red 32 ◦ green 9 ◦ blue 154

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

Shades of Ultramarine #20099A

Tints of Ultramarine #20099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.97%

R = 16.41%
G = 4.62%
B = 78.97%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20099A (or 0x20099A) is known color: Ultramarine. HEX triplet: 20, 09 and 9A. RGB value is (32,9,154). Sum of RGB (Red+Green+Blue) = 32+9+154=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #20099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20099A is #DFF665. Grayscale: #1F1F1F. Windows color (decimal): -14677606 or 10094880. OLE color: 10094880.

HSL color Cylindrical-coordinate representation of color #20099A: hue angle of 249.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20099A is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 9 154 -
CMYK 0.79 0.94 0 0.40
HSL 249.52º 0.89% 0.32% -
HSV(B) 249.52º 0.94% 0.6% -
XYZ 6.53 2.84 30.78 -
YUV 32.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 32 9 154 0.79 0.94 0 0.40 249.52 0.89 0.32
Hex 20 9 9A 4F 5E 0 28 FA 59 20
Octal 40 11 232 117 136 0 50 372 131 40
Binary 100000 1001 10011010 1001111 1011110 0 101000 11111010 1011001 100000

Color Harmonies of #20099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20099A

Black with #20099A

Text Example


Text Example

White with #20099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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