Html Css Color HEX #210590 Ultramarine

📋 copy color: '#210590'

red 33 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #210590

Tints of Ultramarine #210590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 18.13%
G = 2.75%
B = 79.12%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#210590 (or 0x210590) is known color: Ultramarine. HEX triplet: 21, 05 and 90. RGB value is (33,5,144). Sum of RGB (Red+Green+Blue) = 33+5+144=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #210590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210590 is #DEFA6F. Grayscale: #1C1C1C. Windows color (decimal): -14613104 or 9438497. OLE color: 9438497.

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

Color convert

RGB 33 5 144 -
CMYK 0.77 0.97 0 0.44
HSL 252.09º 0.93% 0.29% -
HSV(B) 252.09º 0.97% 0.56% -
XYZ 5.72 2.45 26.56 -
YUV 29.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 33 5 144 0.77 0.97 0 0.44 252.09 0.93 0.29
Hex 21 5 90 4D 61 0 2C FC 5D 1D
Octal 41 5 220 115 141 0 54 374 135 35
Binary 100001 101 10010000 1001101 1100001 0 101100 11111100 1011101 11101

Color Harmonies of #210590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210590

Black with #210590

Text Example


Text Example

White with #210590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210590; }

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

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

background-color css

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

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

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

border-color css

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

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

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