Html Css Color HEX #212490 Ultramarine

📋 copy color: '#212490'

red 33 ◦ green 36 ◦ blue 144

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

Shades of Ultramarine #212490

Tints of Ultramarine #212490

RGB

 RED value IS 33 (13.28% from 255) = 15.49%

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

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

R = 15.49%
G = 16.9%
B = 67.61%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212490 (or 0x212490) is known color: Ultramarine. HEX triplet: 21, 24 and 90. RGB value is (33,36,144). Sum of RGB (Red+Green+Blue) = 33+36+144=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #212490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212490 is #DEDB6F. Grayscale: #2E2E2E. Windows color (decimal): -14605168 or 9446433. OLE color: 9446433.

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

Color convert

RGB 33 36 144 -
CMYK 0.77 0.75 0 0.44
HSL 238.38º 0.63% 0.35% -
HSV(B) 238.38º 0.77% 0.56% -
XYZ 6.29 3.6 26.75 -
YUV 47.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 33 36 144 0.77 0.75 0 0.44 238.38 0.63 0.35
Hex 21 24 90 4D 4B 0 2C EE 3F 23
Octal 41 44 220 115 113 0 54 356 77 43
Binary 100001 100100 10010000 1001101 1001011 0 101100 11101110 111111 100011

Color Harmonies of #212490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212490

Black with #212490

Text Example


Text Example

White with #212490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212490; }

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

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

background-color css

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

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

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

border-color css

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

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

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