Html Css Color HEX #211293 Ultramarine

📋 copy color: '#211293'

red 33 ◦ green 18 ◦ blue 147

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

Shades of Ultramarine #211293

Tints of Ultramarine #211293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 16.67%
G = 9.09%
B = 74.24%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211293 (or 0x211293) is known color: Ultramarine. HEX triplet: 21, 12 and 93. RGB value is (33,18,147). Sum of RGB (Red+Green+Blue) = 33+18+147=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #211293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211293 is #DEED6C. Grayscale: #242424. Windows color (decimal): -14609773 or 9638433. OLE color: 9638433.

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

Color convert

RGB 33 18 147 -
CMYK 0.78 0.88 0 0.42
HSL 246.98º 0.78% 0.32% -
HSV(B) 246.98º 0.88% 0.58% -
XYZ 6.11 2.86 27.83 -
YUV 37.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 33 18 147 0.78 0.88 0 0.42 246.98 0.78 0.32
Hex 21 12 93 4E 58 0 2A F7 4E 20
Octal 41 22 223 116 130 0 52 367 116 40
Binary 100001 10010 10010011 1001110 1011000 0 101010 11110111 1001110 100000

Color Harmonies of #211293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211293

Black with #211293

Text Example


Text Example

White with #211293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211293; }

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

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

background-color css

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

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

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

border-color css

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

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

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