Html Css Color HEX #210AAA Ultramarine

📋 copy color: '#210AAA'

red 33 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #210AAA

Tints of Ultramarine #210AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 79.81%

R = 15.49%
G = 4.69%
B = 79.81%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#210AAA (or 0x210AAA) is known color: Ultramarine. HEX triplet: 21, 0A and AA. RGB value is (33,10,170). Sum of RGB (Red+Green+Blue) = 33+10+170=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #210AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210AAA is #DEF555. Grayscale: #222222. Windows color (decimal): -14611798 or 11143713. OLE color: 11143713.

HSL color Cylindrical-coordinate representation of color #210AAA: hue angle of 248.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210AAA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 10 170 -
CMYK 0.81 0.94 0 0.33
HSL 248.63º 0.89% 0.35% -
HSV(B) 248.63º 0.94% 0.67% -
XYZ 7.99 3.44 38.27 -
YUV 35.12 204.12 126.49 -
System Red Green Blue C M Y K H S L
Decimal 33 10 170 0.81 0.94 0 0.33 248.63 0.89 0.35
Hex 21 A AA 51 5E 0 21 F9 59 23
Octal 41 12 252 121 136 0 41 371 131 43
Binary 100001 1010 10101010 1010001 1011110 0 100001 11111001 1011001 100011

Color Harmonies of #210AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210AAA

Black with #210AAA

Text Example


Text Example

White with #210AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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