#220A92

Color #220A92 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #220A92

Tints of Ultramarine #220A92

Color information

#220A92 (or 0x220A92) is unknown color: approx Ultramarine. HEX triplet: 22, 0A and 92. RGB value is (34,10,146). Sum of RGB (Red+Green+Blue) = 34+10+146=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #220A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220A92 is #DDF56D. Grayscale: #202020. Windows color (decimal): -14546286 or 9570850. OLE color: 9570850.

HSL color Cylindrical-coordinate representation of color #220A92: hue angle of 250.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220A92 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3410146-
CMYK0.770.9300.43
HSL250.59º87.18%30.59%-
HSV(B)250.59º93.15%57.25%-
XYZ5.962.6327.39-
YUV32.68191.95128.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=17.89%
G=5.26%
B=76.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34101460.770.9300.43250.5987.1830.59
Hex22A924D5D02Bfb571f
Octal421222211513505337312737
Binary10001010101001001010011011011101010101111111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #220A92;
 }
 .AnyTagClassName
 {
   color: #220A92;
 }
</style>
background-color css

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

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

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

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

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

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