Html Css Color HEX #220AAD Ultramarine

📋 copy color: '#220AAD'

red 34 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #220AAD

Tints of Ultramarine #220AAD

RGB

 RED value IS 34 (13.67% from 255) = 15.67%

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

 BLUE value IS 173 (67.97% from 255) = 79.72%

R = 15.67%
G = 4.61%
B = 79.72%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#220AAD (or 0x220AAD) is known color: Ultramarine. HEX triplet: 22, 0A and AD. RGB value is (34,10,173). Sum of RGB (Red+Green+Blue) = 34+10+173=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #220AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220AAD is #DDF552. Grayscale: #232323. Windows color (decimal): -14546259 or 11340322. OLE color: 11340322.

HSL color Cylindrical-coordinate representation of color #220AAD: hue angle of 248.83º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220AAD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 10 173 -
CMYK 0.80 0.94 0 0.32
HSL 248.83º 0.89% 0.36% -
HSV(B) 248.83º 0.94% 0.68% -
XYZ 8.31 3.57 39.79 -
YUV 35.76 205.45 126.75 -
System Red Green Blue C M Y K H S L
Decimal 34 10 173 0.80 0.94 0 0.32 248.83 0.89 0.36
Hex 22 A AD 50 5E 0 20 F9 59 24
Octal 42 12 255 120 136 0 40 371 131 44
Binary 100010 1010 10101101 1010000 1011110 0 100000 11111001 1011001 100100

Color Harmonies of #220AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220AAD

Black with #220AAD

Text Example


Text Example

White with #220AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220AAD; }

 p { color: rgb(34,10,173); }

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

background-color css

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

 a { background-color: rgb(34,10,173); }

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

border-color css

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

 span { border-color: rgb(34,10,173); }

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