Html Css Color HEX #212497 Ultramarine

📋 copy color: '#212497'

red 33 ◦ green 36 ◦ blue 151

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

Shades of Ultramarine #212497

Tints of Ultramarine #212497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 15%
G = 16.36%
B = 68.64%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212497 (or 0x212497) is known color: Ultramarine. HEX triplet: 21, 24 and 97. RGB value is (33,36,151). Sum of RGB (Red+Green+Blue) = 33+36+151=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #212497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212497 is #DEDB68. Grayscale: #2F2F2F. Windows color (decimal): -14605161 or 9905185. OLE color: 9905185.

HSL color Cylindrical-coordinate representation of color #212497: hue angle of 238.47º 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 #212497 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 36 151 -
CMYK 0.78 0.76 0 0.41
HSL 238.47º 0.64% 0.36% -
HSV(B) 238.47º 0.78% 0.59% -
XYZ 6.84 3.82 29.65 -
YUV 48.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 33 36 151 0.78 0.76 0 0.41 238.47 0.64 0.36
Hex 21 24 97 4E 4C 0 29 EE 40 24
Octal 41 44 227 116 114 0 51 356 100 44
Binary 100001 100100 10010111 1001110 1001100 0 101001 11101110 1000000 100100

Color Harmonies of #212497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212497

Black with #212497

Text Example


Text Example

White with #212497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212497; }

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

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

background-color css

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

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

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

border-color css

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

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

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