Html Css Color HEX #210AAB Ultramarine

📋 copy color: '#210AAB'

red 33 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #210AAB

Tints of Ultramarine #210AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.91%

R = 15.42%
G = 4.67%
B = 79.91%

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

#210AAB (or 0x210AAB) is known color: Ultramarine. HEX triplet: 21, 0A and AB. RGB value is (33,10,171). Sum of RGB (Red+Green+Blue) = 33+10+171=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #210AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210AAB is #DEF554. Grayscale: #222222. Windows color (decimal): -14611797 or 11209249. OLE color: 11209249.

HSL color Cylindrical-coordinate representation of color #210AAB: hue angle of 248.57º 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 #210AAB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 10 171 -
CMYK 0.81 0.94 0 0.33
HSL 248.57º 0.89% 0.35% -
HSV(B) 248.57º 0.94% 0.67% -
XYZ 8.09 3.48 38.77 -
YUV 35.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 33 10 171 0.81 0.94 0 0.33 248.57 0.89 0.35
Hex 21 A AB 51 5E 0 21 F9 59 23
Octal 41 12 253 121 136 0 41 371 131 43
Binary 100001 1010 10101011 1010001 1011110 0 100001 11111001 1011001 100011

Color Harmonies of #210AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210AAB

Black with #210AAB

Text Example


Text Example

White with #210AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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