Html Css Color HEX #210493 Ultramarine

📋 copy color: '#210493'

red 33 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #210493

Tints of Ultramarine #210493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

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

R = 17.93%
G = 2.17%
B = 79.89%

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

#210493 (or 0x210493) is known color: Ultramarine. HEX triplet: 21, 04 and 93. RGB value is (33,4,147). Sum of RGB (Red+Green+Blue) = 33+4+147=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #210493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210493 is #DEFB6C. Grayscale: #1C1C1C. Windows color (decimal): -14613357 or 9634849. OLE color: 9634849.

HSL color Cylindrical-coordinate representation of color #210493: hue angle of 252.17º degrees, saturation: 0.95, 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 #210493 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 4 147 -
CMYK 0.78 0.97 0 0.42
HSL 252.17º 0.95% 0.3% -
HSV(B) 252.17º 0.97% 0.58% -
XYZ 5.94 2.52 27.78 -
YUV 28.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 33 4 147 0.78 0.97 0 0.42 252.17 0.95 0.3
Hex 21 4 93 4E 61 0 2A FC 5F 1E
Octal 41 4 223 116 141 0 52 374 137 36
Binary 100001 100 10010011 1001110 1100001 0 101010 11111100 1011111 11110

Color Harmonies of #210493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210493

Black with #210493

Text Example


Text Example

White with #210493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210493; }

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

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

background-color css

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

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

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

border-color css

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

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

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