Html Css Color HEX #220FA6 Ultramarine

📋 copy color: '#220FA6'

red 34 ◦ green 15 ◦ blue 166

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

Shades of Ultramarine #220FA6

Tints of Ultramarine #220FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 77.21%

R = 15.81%
G = 6.98%
B = 77.21%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#220FA6 (or 0x220FA6) is known color: Ultramarine. HEX triplet: 22, 0F and A6. RGB value is (34,15,166). Sum of RGB (Red+Green+Blue) = 34+15+166=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #220FA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FA6 is #DDF059. Grayscale: #252525. Windows color (decimal): -14544986 or 10882850. OLE color: 10882850.

HSL color Cylindrical-coordinate representation of color #220FA6: hue angle of 247.55º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220FA6 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 15 166 -
CMYK 0.80 0.91 0 0.35
HSL 247.55º 0.83% 0.35% -
HSV(B) 247.55º 0.91% 0.65% -
XYZ 7.71 3.43 36.33 -
YUV 37.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 34 15 166 0.80 0.91 0 0.35 247.55 0.83 0.35
Hex 22 F A6 50 5B 0 23 F8 53 23
Octal 42 17 246 120 133 0 43 370 123 43
Binary 100010 1111 10100110 1010000 1011011 0 100011 11111000 1010011 100011

Color Harmonies of #220FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FA6

Black with #220FA6

Text Example


Text Example

White with #220FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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