Html Css Color HEX #211492 Ultramarine

📋 copy color: '#211492'

red 33 ◦ green 20 ◦ blue 146

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

Shades of Ultramarine #211492

Tints of Ultramarine #211492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 16.58%
G = 10.05%
B = 73.37%

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

#211492 (or 0x211492) is known color: Ultramarine. HEX triplet: 21, 14 and 92. RGB value is (33,20,146). Sum of RGB (Red+Green+Blue) = 33+20+146=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #211492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211492 is #DEEB6D. Grayscale: #252525. Windows color (decimal): -14609262 or 9573409. OLE color: 9573409.

HSL color Cylindrical-coordinate representation of color #211492: hue angle of 246.19º degrees, saturation: 0.76, 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 #211492 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 20 146 -
CMYK 0.77 0.86 0 0.43
HSL 246.19º 0.76% 0.33% -
HSV(B) 246.19º 0.86% 0.57% -
XYZ 6.07 2.9 27.43 -
YUV 38.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 33 20 146 0.77 0.86 0 0.43 246.19 0.76 0.33
Hex 21 14 92 4D 56 0 2B F6 4C 21
Octal 41 24 222 115 126 0 53 366 114 41
Binary 100001 10100 10010010 1001101 1010110 0 101011 11110110 1001100 100001

Color Harmonies of #211492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211492

Black with #211492

Text Example


Text Example

White with #211492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211492; }

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

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

background-color css

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

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

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

border-color css

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

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

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