Html Css Color HEX #210190 Ultramarine

📋 copy color: '#210190'

red 33 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #210190

Tints of Ultramarine #210190

RGB

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

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

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

R = 18.54%
G = 0.56%
B = 80.9%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#210190 (or 0x210190) is known color: Ultramarine. HEX triplet: 21, 01 and 90. RGB value is (33,1,144). Sum of RGB (Red+Green+Blue) = 33+1+144=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #210190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210190 is #DEFE6F. Grayscale: #1A1A1A. Windows color (decimal): -14614128 or 9437473. OLE color: 9437473.

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

Color convert

RGB 33 1 144 -
CMYK 0.77 0.99 0 0.44
HSL 253.43º 0.99% 0.28% -
HSV(B) 253.43º 0.99% 0.56% -
XYZ 5.67 2.36 26.54 -
YUV 26.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 33 1 144 0.77 0.99 0 0.44 253.43 0.99 0.28
Hex 21 1 90 4D 63 0 2C FD 63 1C
Octal 41 1 220 115 143 0 54 375 143 34
Binary 100001 1 10010000 1001101 1100011 0 101100 11111101 1100011 11100

Color Harmonies of #210190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210190

Black with #210190

Text Example


Text Example

White with #210190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210190; }

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

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

background-color css

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

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

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

border-color css

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

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

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