Html Css Color HEX #211297 Ultramarine

📋 copy color: '#211297'

red 33 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #211297

Tints of Ultramarine #211297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 16.34%
G = 8.91%
B = 74.75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211297 (or 0x211297) is known color: Ultramarine. HEX triplet: 21, 12 and 97. RGB value is (33,18,151). Sum of RGB (Red+Green+Blue) = 33+18+151=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #211297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211297 is #DEED68. Grayscale: #252525. Windows color (decimal): -14609769 or 9900577. OLE color: 9900577.

HSL color Cylindrical-coordinate representation of color #211297: hue angle of 246.77º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211297 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 18 151 -
CMYK 0.78 0.88 0 0.41
HSL 246.77º 0.79% 0.33% -
HSV(B) 246.77º 0.88% 0.59% -
XYZ 6.43 2.99 29.52 -
YUV 37.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 33 18 151 0.78 0.88 0 0.41 246.77 0.79 0.33
Hex 21 12 97 4E 58 0 29 F7 4F 21
Octal 41 22 227 116 130 0 51 367 117 41
Binary 100001 10010 10010111 1001110 1011000 0 101001 11110111 1001111 100001

Color Harmonies of #211297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211297

Black with #211297

Text Example


Text Example

White with #211297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211297; }

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

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

background-color css

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

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

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

border-color css

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

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

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