Html Css Color HEX #210990 Ultramarine

📋 copy color: '#210990'

red 33 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #210990

Tints of Ultramarine #210990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

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

R = 17.74%
G = 4.84%
B = 77.42%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#210990 (or 0x210990) is known color: Ultramarine. HEX triplet: 21, 09 and 90. RGB value is (33,9,144). Sum of RGB (Red+Green+Blue) = 33+9+144=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #210990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210990 is #DEF66F. Grayscale: #1F1F1F. Windows color (decimal): -14612080 or 9439521. OLE color: 9439521.

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

Color convert

RGB 33 9 144 -
CMYK 0.77 0.94 0 0.44
HSL 250.67º 0.88% 0.3% -
HSV(B) 250.67º 0.94% 0.56% -
XYZ 5.76 2.53 26.57 -
YUV 31.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 33 9 144 0.77 0.94 0 0.44 250.67 0.88 0.3
Hex 21 9 90 4D 5E 0 2C FB 58 1E
Octal 41 11 220 115 136 0 54 373 130 36
Binary 100001 1001 10010000 1001101 1011110 0 101100 11111011 1011000 11110

Color Harmonies of #210990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210990

Black with #210990

Text Example


Text Example

White with #210990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210990; }

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

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

background-color css

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

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

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

border-color css

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

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

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