Html Css Color HEX #212197 Ultramarine

📋 copy color: '#212197'

red 33 ◦ green 33 ◦ blue 151

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

Shades of Ultramarine #212197

Tints of Ultramarine #212197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 15.21%
G = 15.21%
B = 69.59%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212197 (or 0x212197) is known color: Ultramarine. HEX triplet: 21, 21 and 97. RGB value is (33,33,151). Sum of RGB (Red+Green+Blue) = 33+33+151=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #212197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212197 is #DEDE68. Grayscale: #2D2D2D. Windows color (decimal): -14605929 or 9904417. OLE color: 9904417.

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

Color convert

RGB 33 33 151 -
CMYK 0.78 0.78 0 0.41
HSL 240º 0.64% 0.36% -
HSV(B) 240º 0.78% 0.59% -
XYZ 6.76 3.65 29.63 -
YUV 46.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 33 33 151 0.78 0.78 0 0.41 240 0.64 0.36
Hex 21 21 97 4E 4E 0 29 F0 40 24
Octal 41 41 227 116 116 0 51 360 100 44
Binary 100001 100001 10010111 1001110 1001110 0 101001 11110000 1000000 100100

Color Harmonies of #212197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212197

Black with #212197

Text Example


Text Example

White with #212197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212197; }

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

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

background-color css

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

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

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

border-color css

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

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

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