Html Css Color HEX #210591 Ultramarine

📋 copy color: '#210591'

red 33 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #210591

Tints of Ultramarine #210591

RGB

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

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

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

R = 18.03%
G = 2.73%
B = 79.23%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#210591 (or 0x210591) is known color: Ultramarine. HEX triplet: 21, 05 and 91. RGB value is (33,5,145). Sum of RGB (Red+Green+Blue) = 33+5+145=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #210591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210591 is #DEFA6E. Grayscale: #1C1C1C. Windows color (decimal): -14613103 or 9504033. OLE color: 9504033.

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

Color convert

RGB 33 5 145 -
CMYK 0.77 0.97 0 0.43
HSL 252º 0.93% 0.29% -
HSV(B) 252º 0.97% 0.57% -
XYZ 5.79 2.48 26.96 -
YUV 29.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 33 5 145 0.77 0.97 0 0.43 252 0.93 0.29
Hex 21 5 91 4D 61 0 2B FC 5D 1D
Octal 41 5 221 115 141 0 53 374 135 35
Binary 100001 101 10010001 1001101 1100001 0 101011 11111100 1011101 11101

Color Harmonies of #210591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210591

Black with #210591

Text Example


Text Example

White with #210591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210591; }

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

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

background-color css

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

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

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

border-color css

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

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

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