Html Css Color HEX #211494 Ultramarine

📋 copy color: '#211494'

red 33 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #211494

Tints of Ultramarine #211494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 16.42%
G = 9.95%
B = 73.63%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211494 (or 0x211494) is known color: Ultramarine. HEX triplet: 21, 14 and 94. RGB value is (33,20,148). Sum of RGB (Red+Green+Blue) = 33+20+148=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #211494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211494 is #DEEB6B. Grayscale: #252525. Windows color (decimal): -14609260 or 9704481. OLE color: 9704481.

HSL color Cylindrical-coordinate representation of color #211494: hue angle of 246.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211494 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 20 148 -
CMYK 0.78 0.86 0 0.42
HSL 246.09º 0.76% 0.33% -
HSV(B) 246.09º 0.86% 0.58% -
XYZ 6.22 2.96 28.26 -
YUV 38.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 33 20 148 0.78 0.86 0 0.42 246.09 0.76 0.33
Hex 21 14 94 4E 56 0 2A F6 4C 21
Octal 41 24 224 116 126 0 52 366 114 41
Binary 100001 10100 10010100 1001110 1010110 0 101010 11110110 1001100 100001

Color Harmonies of #211494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211494

Black with #211494

Text Example


Text Example

White with #211494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211494; }

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

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

background-color css

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

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

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

border-color css

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

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

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