Html Css Color HEX #202490 Ultramarine

📋 copy color: '#202490'

red 32 ◦ green 36 ◦ blue 144

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

Shades of Ultramarine #202490

Tints of Ultramarine #202490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 15.09%
G = 16.98%
B = 67.92%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#202490 (or 0x202490) is known color: Ultramarine. HEX triplet: 20, 24 and 90. RGB value is (32,36,144). Sum of RGB (Red+Green+Blue) = 32+36+144=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #202490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202490 is #DFDB6F. Grayscale: #2E2E2E. Windows color (decimal): -14670704 or 9446432. OLE color: 9446432.

HSL color Cylindrical-coordinate representation of color #202490: hue angle of 237.86º 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 #202490 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 36 144 -
CMYK 0.78 0.75 0 0.44
HSL 237.86º 0.64% 0.35% -
HSV(B) 237.86º 0.78% 0.56% -
XYZ 6.26 3.58 26.75 -
YUV 47.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 32 36 144 0.78 0.75 0 0.44 237.86 0.64 0.35
Hex 20 24 90 4E 4B 0 2C EE 40 23
Octal 40 44 220 116 113 0 54 356 100 43
Binary 100000 100100 10010000 1001110 1001011 0 101100 11101110 1000000 100011

Color Harmonies of #202490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202490

Black with #202490

Text Example


Text Example

White with #202490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202490; }

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

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

background-color css

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

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

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

border-color css

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

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

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