Html Css Color HEX #202090 Ultramarine

📋 copy color: '#202090'

red 32 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #202090

Tints of Ultramarine #202090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.23%

R = 15.38%
G = 15.38%
B = 69.23%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#202090 (or 0x202090) is known color: Ultramarine. HEX triplet: 20, 20 and 90. RGB value is (32,32,144). Sum of RGB (Red+Green+Blue) = 32+32+144=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #202090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202090 is #DFDF6F. Grayscale: #2C2C2C. Windows color (decimal): -14671728 or 9445408. OLE color: 9445408.

HSL color Cylindrical-coordinate representation of color #202090: hue angle of 240º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202090 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 32 144 -
CMYK 0.78 0.78 0 0.44
HSL 240º 0.64% 0.35% -
HSV(B) 240º 0.78% 0.56% -
XYZ 6.15 3.35 26.71 -
YUV 44.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 32 32 144 0.78 0.78 0 0.44 240 0.64 0.35
Hex 20 20 90 4E 4E 0 2C F0 40 23
Octal 40 40 220 116 116 0 54 360 100 43
Binary 100000 100000 10010000 1001110 1001110 0 101100 11110000 1000000 100011

Color Harmonies of #202090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202090

Black with #202090

Text Example


Text Example

White with #202090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202090; }

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

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

background-color css

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

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

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

border-color css

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

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

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