Html Css Color HEX #220FAD Ultramarine

📋 copy color: '#220FAD'

red 34 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #220FAD

Tints of Ultramarine #220FAD

RGB

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

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

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

R = 15.32%
G = 6.76%
B = 77.93%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#220FAD (or 0x220FAD) is known color: Ultramarine. HEX triplet: 22, 0F and AD. RGB value is (34,15,173). Sum of RGB (Red+Green+Blue) = 34+15+173=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #220FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FAD is #DDF052. Grayscale: #262626. Windows color (decimal): -14544979 or 11341602. OLE color: 11341602.

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

Color convert

RGB 34 15 173 -
CMYK 0.80 0.91 0 0.32
HSL 247.22º 0.84% 0.37% -
HSV(B) 247.22º 0.91% 0.68% -
XYZ 8.37 3.7 39.81 -
YUV 38.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 34 15 173 0.80 0.91 0 0.32 247.22 0.84 0.37
Hex 22 F AD 50 5B 0 20 F7 54 25
Octal 42 17 255 120 133 0 40 367 124 45
Binary 100010 1111 10101101 1010000 1011011 0 100000 11110111 1010100 100101

Color Harmonies of #220FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FAD

Black with #220FAD

Text Example


Text Example

White with #220FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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