Html Css Color HEX #210593 Ultramarine

📋 copy color: '#210593'

red 33 ◦ green 5 ◦ blue 147

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

Shades of Ultramarine #210593

Tints of Ultramarine #210593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 79.46%

R = 17.84%
G = 2.7%
B = 79.46%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210593 (or 0x210593) is known color: Ultramarine. HEX triplet: 21, 05 and 93. RGB value is (33,5,147). Sum of RGB (Red+Green+Blue) = 33+5+147=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #210593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210593 is #DEFA6C. Grayscale: #1D1D1D. Windows color (decimal): -14613101 or 9635105. OLE color: 9635105.

HSL color Cylindrical-coordinate representation of color #210593: hue angle of 251.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210593 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 5 147 -
CMYK 0.78 0.97 0 0.42
HSL 251.83º 0.93% 0.3% -
HSV(B) 251.83º 0.97% 0.58% -
XYZ 5.95 2.54 27.78 -
YUV 29.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 33 5 147 0.78 0.97 0 0.42 251.83 0.93 0.3
Hex 21 5 93 4E 61 0 2A FC 5D 1E
Octal 41 5 223 116 141 0 52 374 135 36
Binary 100001 101 10010011 1001110 1100001 0 101010 11111100 1011101 11110

Color Harmonies of #210593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210593

Black with #210593

Text Example


Text Example

White with #210593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210593; }

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

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

background-color css

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

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

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

border-color css

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

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

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