Html Css Color HEX #20099C Ultramarine

📋 copy color: '#20099C'

red 32 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #20099C

Tints of Ultramarine #20099C

RGB

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

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

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

R = 16.24%
G = 4.57%
B = 79.19%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20099C (or 0x20099C) is known color: Ultramarine. HEX triplet: 20, 09 and 9C. RGB value is (32,9,156). Sum of RGB (Red+Green+Blue) = 32+9+156=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #20099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20099C is #DFF663. Grayscale: #202020. Windows color (decimal): -14677604 or 10225952. OLE color: 10225952.

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

Color convert

RGB 32 9 156 -
CMYK 0.79 0.94 0 0.39
HSL 249.39º 0.89% 0.32% -
HSV(B) 249.39º 0.94% 0.61% -
XYZ 6.69 2.9 31.66 -
YUV 32.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 32 9 156 0.79 0.94 0 0.39 249.39 0.89 0.32
Hex 20 9 9C 4F 5E 0 27 F9 59 20
Octal 40 11 234 117 136 0 47 371 131 40
Binary 100000 1001 10011100 1001111 1011110 0 100111 11111001 1011001 100000

Color Harmonies of #20099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20099C

Black with #20099C

Text Example


Text Example

White with #20099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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