Html Css Color HEX #211290 Ultramarine

📋 copy color: '#211290'

red 33 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #211290

Tints of Ultramarine #211290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 16.92%
G = 9.23%
B = 73.85%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211290 (or 0x211290) is known color: Ultramarine. HEX triplet: 21, 12 and 90. RGB value is (33,18,144). Sum of RGB (Red+Green+Blue) = 33+18+144=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #211290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211290 is #DEED6F. Grayscale: #242424. Windows color (decimal): -14609776 or 9441825. OLE color: 9441825.

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

Color convert

RGB 33 18 144 -
CMYK 0.77 0.88 0 0.44
HSL 247.14º 0.78% 0.32% -
HSV(B) 247.14º 0.88% 0.56% -
XYZ 5.88 2.77 26.61 -
YUV 36.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 33 18 144 0.77 0.88 0 0.44 247.14 0.78 0.32
Hex 21 12 90 4D 58 0 2C F7 4E 20
Octal 41 22 220 115 130 0 54 367 116 40
Binary 100001 10010 10010000 1001101 1011000 0 101100 11110111 1001110 100000

Color Harmonies of #211290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211290

Black with #211290

Text Example


Text Example

White with #211290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211290; }

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

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

background-color css

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

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

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

border-color css

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

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

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