Html Css Color HEX #210AAC Ultramarine

📋 copy color: '#210AAC'

red 33 ◦ green 10 ◦ blue 172

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

Shades of Ultramarine #210AAC

Tints of Ultramarine #210AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 80%

R = 15.35%
G = 4.65%
B = 80%

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

#210AAC (or 0x210AAC) is known color: Ultramarine. HEX triplet: 21, 0A and AC. RGB value is (33,10,172). Sum of RGB (Red+Green+Blue) = 33+10+172=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #210AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210AAC is #DEF553. Grayscale: #222222. Windows color (decimal): -14611796 or 11274785. OLE color: 11274785.

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

Color convert

RGB 33 10 172 -
CMYK 0.81 0.94 0 0.33
HSL 248.52º 0.89% 0.36% -
HSV(B) 248.52º 0.94% 0.67% -
XYZ 8.18 3.52 39.28 -
YUV 35.35 205.12 126.33 -
System Red Green Blue C M Y K H S L
Decimal 33 10 172 0.81 0.94 0 0.33 248.52 0.89 0.36
Hex 21 A AC 51 5E 0 21 F9 59 24
Octal 41 12 254 121 136 0 41 371 131 44
Binary 100001 1010 10101100 1010001 1011110 0 100001 11111001 1011001 100100

Color Harmonies of #210AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210AAC

Black with #210AAC

Text Example


Text Example

White with #210AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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