#22129B

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

Shades of Ultramarine #22129B

Tints of Ultramarine #22129B

Color information

#22129B (or 0x22129B) is unknown color: approx Ultramarine. HEX triplet: 22, 12 and 9B. RGB value is (34,18,155). Sum of RGB (Red+Green+Blue) = 34+18+155=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #22129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22129B is #DDED64. Grayscale: #252525. Windows color (decimal): -14544229 or 10162722. OLE color: 10162722.

HSL color Cylindrical-coordinate representation of color #22129B: hue angle of 247.01º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22129B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3418155-
CMYK0.780.8800.39
HSL247.01º79.19%33.92%-
HSV(B)247.01º88.39%60.78%-
XYZ6.793.1431.26-
YUV38.4193.8124.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 155 (60.94% from 255) = 74.88%
R=16.43%
G=8.70%
B=74.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34181550.780.8800.39247.0179.1933.92
Hex22129B4E58027f74f22
Octal422223311613004736711742
Binary1000101001010011011100111010110000100111111101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22129B; }

 p { color: rgb(34,18,155); }

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

<style>
 a { background-color: #22129B; }

 a { background-color: rgb(34,18,155); }

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

<style>
 span { border-color: #22129B; }

 span { border-color: rgb(34,18,155); }

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