Html Css Color HEX #211592 Ultramarine

📋 copy color: '#211592'

red 33 ◦ green 21 ◦ blue 146

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

Shades of Ultramarine #211592

Tints of Ultramarine #211592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 146 (57.42% from 255) = 73%

R = 16.5%
G = 10.5%
B = 73%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211592 (or 0x211592) is known color: Ultramarine. HEX triplet: 21, 15 and 92. RGB value is (33,21,146). Sum of RGB (Red+Green+Blue) = 33+21+146=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #211592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211592 is #DEEA6D. Grayscale: #262626. Windows color (decimal): -14609006 or 9573665. OLE color: 9573665.

HSL color Cylindrical-coordinate representation of color #211592: hue angle of 245.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211592 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 21 146 -
CMYK 0.77 0.86 0 0.43
HSL 245.76º 0.75% 0.33% -
HSV(B) 245.76º 0.86% 0.57% -
XYZ 6.08 2.93 27.44 -
YUV 38.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 33 21 146 0.77 0.86 0 0.43 245.76 0.75 0.33
Hex 21 15 92 4D 56 0 2B F6 4B 21
Octal 41 25 222 115 126 0 53 366 113 41
Binary 100001 10101 10010010 1001101 1010110 0 101011 11110110 1001011 100001

Color Harmonies of #211592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211592

Black with #211592

Text Example


Text Example

White with #211592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211592; }

 p { color: rgb(33,21,146); }

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

background-color css

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

 a { background-color: rgb(33,21,146); }

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

border-color css

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

 span { border-color: rgb(33,21,146); }

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