#220A9A

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

Shades of Ultramarine #220A9A

Tints of Ultramarine #220A9A

Color information

#220A9A (or 0x220A9A) is unknown color: approx Ultramarine. HEX triplet: 22, 0A and 9A. RGB value is (34,10,154). Sum of RGB (Red+Green+Blue) = 34+10+154=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #220A9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220A9A is #DDF565. Grayscale: #212121. Windows color (decimal): -14546278 or 10095138. OLE color: 10095138.

HSL color Cylindrical-coordinate representation of color #220A9A: hue angle of 250º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220A9A is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3410154-
CMYK0.780.9400.40
HSL250º87.8%32.16%-
HSV(B)250º93.51%60.39%-
XYZ6.62.8930.78-
YUV33.59195.95128.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 154 (60.55% from 255) = 77.78%
R=17.17%
G=5.05%
B=77.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34101540.780.9400.4025087.832.16
Hex22A9A4E5E028fa5820
Octal421223211613605037213040
Binary100010101010011010100111010111100101000111110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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