Html Css Color HEX #211390 Ultramarine

📋 copy color: '#211390'

red 33 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #211390

Tints of Ultramarine #211390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 16.84%
G = 9.69%
B = 73.47%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211390 (or 0x211390) is known color: Ultramarine. HEX triplet: 21, 13 and 90. RGB value is (33,19,144). Sum of RGB (Red+Green+Blue) = 33+19+144=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #211390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211390 is #DEEC6F. Grayscale: #242424. Windows color (decimal): -14609520 or 9442081. OLE color: 9442081.

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

Color convert

RGB 33 19 144 -
CMYK 0.77 0.87 0 0.44
HSL 246.72º 0.77% 0.32% -
HSV(B) 246.72º 0.87% 0.56% -
XYZ 5.89 2.8 26.62 -
YUV 37.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 33 19 144 0.77 0.87 0 0.44 246.72 0.77 0.32
Hex 21 13 90 4D 57 0 2C F7 4D 20
Octal 41 23 220 115 127 0 54 367 115 40
Binary 100001 10011 10010000 1001101 1010111 0 101100 11110111 1001101 100000

Color Harmonies of #211390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211390

Black with #211390

Text Example


Text Example

White with #211390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211390; }

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

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

background-color css

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

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

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

border-color css

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

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

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