Html Css Color HEX #210199 Ultramarine

📋 copy color: '#210199'

red 33 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #210199

Tints of Ultramarine #210199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 153 (60.16% from 255) = 81.82%

R = 17.65%
G = 0.53%
B = 81.82%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#210199 (or 0x210199) is known color: Ultramarine. HEX triplet: 21, 01 and 99. RGB value is (33,1,153). Sum of RGB (Red+Green+Blue) = 33+1+153=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #210199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210199 is #DEFE66. Grayscale: #1B1B1B. Windows color (decimal): -14614119 or 10027297. OLE color: 10027297.

HSL color Cylindrical-coordinate representation of color #210199: hue angle of 252.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210199 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 1 153 -
CMYK 0.78 0.99 0 0.4
HSL 252.63º 0.99% 0.3% -
HSV(B) 252.63º 0.99% 0.6% -
XYZ 6.39 2.64 30.31 -
YUV 27.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 33 1 153 0.78 0.99 0 0.4 252.63 0.99 0.3
Hex 21 1 99 4E 63 0 28 FD 63 1E
Octal 41 1 231 116 143 0 50 375 143 36
Binary 100001 1 10011001 1001110 1100011 0 101000 11111101 1100011 11110

Color Harmonies of #210199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210199

Black with #210199

Text Example


Text Example

White with #210199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210199; }

 p { color: rgb(33,1,153); }

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

background-color css

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

 a { background-color: rgb(33,1,153); }

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

border-color css

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

 span { border-color: rgb(33,1,153); }

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