Html Css Color HEX #20209D Ultramarine

📋 copy color: '#20209D'

red 32 ◦ green 32 ◦ blue 157

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

Shades of Ultramarine #20209D

Tints of Ultramarine #20209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 14.48%
G = 14.48%
B = 71.04%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20209D (or 0x20209D) is known color: Ultramarine. HEX triplet: 20, 20 and 9D. RGB value is (32,32,157). Sum of RGB (Red+Green+Blue) = 32+32+157=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #20209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20209D is #DFDF62. Grayscale: #2D2D2D. Windows color (decimal): -14671715 or 10297376. OLE color: 10297376.

HSL color Cylindrical-coordinate representation of color #20209D: hue angle of 240º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20209D is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 32 157 -
CMYK 0.80 0.80 0 0.38
HSL 240º 0.66% 0.37% -
HSV(B) 240º 0.8% 0.62% -
XYZ 7.2 3.77 32.25 -
YUV 46.25 190.5 117.84 -
System Red Green Blue C M Y K H S L
Decimal 32 32 157 0.80 0.80 0 0.38 240 0.66 0.37
Hex 20 20 9D 50 50 0 26 F0 42 25
Octal 40 40 235 120 120 0 46 360 102 45
Binary 100000 100000 10011101 1010000 1010000 0 100110 11110000 1000010 100101

Color Harmonies of #20209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20209D

Black with #20209D

Text Example


Text Example

White with #20209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20209D; }

 p { color: rgb(32,32,157); }

 H1.HeaderClassName
 {
   color: #20209D;
 }
 .AnyTagClassName
 {
   color: #20209D;
 }
</style>

background-color css

<style>
 a { background-color: #20209D; }

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

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

border-color css

<style>
 span { border-color: #20209D; }

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

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