Html Css Color HEX #211397 Ultramarine

📋 copy color: '#211397'

red 33 ◦ green 19 ◦ blue 151

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

Shades of Ultramarine #211397

Tints of Ultramarine #211397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 16.26%
G = 9.36%
B = 74.38%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211397 (or 0x211397) is known color: Ultramarine. HEX triplet: 21, 13 and 97. RGB value is (33,19,151). Sum of RGB (Red+Green+Blue) = 33+19+151=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #211397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211397 is #DEEC68. Grayscale: #252525. Windows color (decimal): -14609513 or 9900833. OLE color: 9900833.

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

Color convert

RGB 33 19 151 -
CMYK 0.78 0.87 0 0.41
HSL 246.36º 0.78% 0.33% -
HSV(B) 246.36º 0.87% 0.59% -
XYZ 6.45 3.02 29.52 -
YUV 38.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 33 19 151 0.78 0.87 0 0.41 246.36 0.78 0.33
Hex 21 13 97 4E 57 0 29 F6 4E 21
Octal 41 23 227 116 127 0 51 366 116 41
Binary 100001 10011 10010111 1001110 1010111 0 101001 11110110 1001110 100001

Color Harmonies of #211397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211397

Black with #211397

Text Example


Text Example

White with #211397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211397; }

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

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

background-color css

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

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

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

border-color css

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

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

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