Html Css Color HEX #212391 Ultramarine

📋 copy color: '#212391'

red 33 ◦ green 35 ◦ blue 145

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

Shades of Ultramarine #212391

Tints of Ultramarine #212391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 15.49%
G = 16.43%
B = 68.08%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#212391 (or 0x212391) is known color: Ultramarine. HEX triplet: 21, 23 and 91. RGB value is (33,35,145). Sum of RGB (Red+Green+Blue) = 33+35+145=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #212391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212391 is #DEDC6E. Grayscale: #2E2E2E. Windows color (decimal): -14605423 or 9511713. OLE color: 9511713.

HSL color Cylindrical-coordinate representation of color #212391: hue angle of 238.93º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212391 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 35 145 -
CMYK 0.77 0.76 0 0.43
HSL 238.93º 0.63% 0.35% -
HSV(B) 238.93º 0.77% 0.57% -
XYZ 6.34 3.57 27.14 -
YUV 46.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 33 35 145 0.77 0.76 0 0.43 238.93 0.63 0.35
Hex 21 23 91 4D 4C 0 2B EF 3F 23
Octal 41 43 221 115 114 0 53 357 77 43
Binary 100001 100011 10010001 1001101 1001100 0 101011 11101111 111111 100011

Color Harmonies of #212391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212391

Black with #212391

Text Example


Text Example

White with #212391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212391; }

 p { color: rgb(33,35,145); }

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

background-color css

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

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

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

border-color css

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

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

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