Html Css Color HEX #210AA0 Ultramarine

📋 copy color: '#210AA0'

red 33 ◦ green 10 ◦ blue 160

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

Shades of Ultramarine #210AA0

Tints of Ultramarine #210AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 160 (62.89% from 255) = 78.82%

R = 16.26%
G = 4.93%
B = 78.82%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#210AA0 (or 0x210AA0) is known color: Ultramarine. HEX triplet: 21, 0A and A0. RGB value is (33,10,160). Sum of RGB (Red+Green+Blue) = 33+10+160=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #210AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210AA0 is #DEF55F. Grayscale: #212121. Windows color (decimal): -14611808 or 10488353. OLE color: 10488353.

HSL color Cylindrical-coordinate representation of color #210AA0: hue angle of 249.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210AA0 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 10 160 -
CMYK 0.79 0.94 0 0.37
HSL 249.2º 0.88% 0.33% -
HSV(B) 249.2º 0.94% 0.63% -
XYZ 7.08 3.08 33.48 -
YUV 33.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 33 10 160 0.79 0.94 0 0.37 249.2 0.88 0.33
Hex 21 A A0 4F 5E 0 25 F9 58 21
Octal 41 12 240 117 136 0 45 371 130 41
Binary 100001 1010 10100000 1001111 1011110 0 100101 11111001 1011000 100001

Color Harmonies of #210AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210AA0

Black with #210AA0

Text Example


Text Example

White with #210AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210AA0; }

 p { color: rgb(33,10,160); }

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

background-color css

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

 a { background-color: rgb(33,10,160); }

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

border-color css

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

 span { border-color: rgb(33,10,160); }

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