Html Css Color HEX #210390 Ultramarine

📋 copy color: '#210390'

red 33 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #210390

Tints of Ultramarine #210390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 18.33%
G = 1.67%
B = 80%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#210390 (or 0x210390) is known color: Ultramarine. HEX triplet: 21, 03 and 90. RGB value is (33,3,144). Sum of RGB (Red+Green+Blue) = 33+3+144=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #210390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210390 is #DEFC6F. Grayscale: #1B1B1B. Windows color (decimal): -14613616 or 9437985. OLE color: 9437985.

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

Color convert

RGB 33 3 144 -
CMYK 0.77 0.98 0 0.44
HSL 252.77º 0.96% 0.29% -
HSV(B) 252.77º 0.98% 0.56% -
XYZ 5.69 2.4 26.55 -
YUV 28.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 33 3 144 0.77 0.98 0 0.44 252.77 0.96 0.29
Hex 21 3 90 4D 62 0 2C FD 60 1D
Octal 41 3 220 115 142 0 54 375 140 35
Binary 100001 11 10010000 1001101 1100010 0 101100 11111101 1100000 11101

Color Harmonies of #210390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210390

Black with #210390

Text Example


Text Example

White with #210390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210390; }

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

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

background-color css

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

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

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

border-color css

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

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

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