Html Css Color HEX #220FAA Ultramarine

📋 copy color: '#220FAA'

red 34 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #220FAA

Tints of Ultramarine #220FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

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

R = 15.53%
G = 6.85%
B = 77.63%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#220FAA (or 0x220FAA) is known color: Ultramarine. HEX triplet: 22, 0F and AA. RGB value is (34,15,170). Sum of RGB (Red+Green+Blue) = 34+15+170=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #220FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FAA is #DDF055. Grayscale: #252525. Windows color (decimal): -14544982 or 11144994. OLE color: 11144994.

HSL color Cylindrical-coordinate representation of color #220FAA: hue angle of 247.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220FAA is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 15 170 -
CMYK 0.80 0.91 0 0.33
HSL 247.35º 0.84% 0.36% -
HSV(B) 247.35º 0.91% 0.67% -
XYZ 8.09 3.58 38.3 -
YUV 38.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 34 15 170 0.80 0.91 0 0.33 247.35 0.84 0.36
Hex 22 F AA 50 5B 0 21 F7 54 24
Octal 42 17 252 120 133 0 41 367 124 44
Binary 100010 1111 10101010 1010000 1011011 0 100001 11110111 1010100 100100

Color Harmonies of #220FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FAA

Black with #220FAA

Text Example


Text Example

White with #220FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,15,170); }

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

background-color css

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

 a { background-color: rgb(34,15,170); }

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

border-color css

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

 span { border-color: rgb(34,15,170); }

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