#22129E

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

Shades of Ultramarine #22129E

Tints of Ultramarine #22129E

Color information

#22129E (or 0x22129E) is unknown color: approx Ultramarine. HEX triplet: 22, 12 and 9E. RGB value is (34,18,158). Sum of RGB (Red+Green+Blue) = 34+18+158=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #22129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22129E is #DDED61. Grayscale: #262626. Windows color (decimal): -14544226 or 10359330. OLE color: 10359330.

HSL color Cylindrical-coordinate representation of color #22129E: hue angle of 246.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22129E is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3418158-
CMYK0.780.8900.38
HSL246.86º79.55%34.51%-
HSV(B)246.86º88.61%61.96%-
XYZ7.053.2432.6-
YUV38.74195.3124.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 158 (62.11% from 255) = 75.24%
R=16.19%
G=8.57%
B=75.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34181580.780.8900.38246.8679.5534.51
Hex22129E4E59026f75023
Octal422223611613104636712043
Binary1000101001010011110100111010110010100110111101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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