Html Css Color HEX #212590 Ultramarine

📋 copy color: '#212590'

red 33 ◦ green 37 ◦ blue 144

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

Shades of Ultramarine #212590

Tints of Ultramarine #212590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 144 (56.64% from 255) = 67.29%

R = 15.42%
G = 17.29%
B = 67.29%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212590 (or 0x212590) is known color: Ultramarine. HEX triplet: 21, 25 and 90. RGB value is (33,37,144). Sum of RGB (Red+Green+Blue) = 33+37+144=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #212590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212590 is #DEDA6F. Grayscale: #2F2F2F. Windows color (decimal): -14604912 or 9446689. OLE color: 9446689.

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

Color convert

RGB 33 37 144 -
CMYK 0.77 0.74 0 0.44
HSL 237.84º 0.63% 0.35% -
HSV(B) 237.84º 0.77% 0.56% -
XYZ 6.32 3.66 26.76 -
YUV 48 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 33 37 144 0.77 0.74 0 0.44 237.84 0.63 0.35
Hex 21 25 90 4D 4A 0 2C EE 3F 23
Octal 41 45 220 115 112 0 54 356 77 43
Binary 100001 100101 10010000 1001101 1001010 0 101100 11101110 111111 100011

Color Harmonies of #212590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212590

Black with #212590

Text Example


Text Example

White with #212590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212590; }

 p { color: rgb(33,37,144); }

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

background-color css

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

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

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

border-color css

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

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

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