#1222BB

Color #1222BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1222BB

Tints of Persian Blue #1222BB

Color information

#1222BB (or 0x1222BB) is unknown color: approx Persian Blue. HEX triplet: 12, 22 and BB. RGB value is (18,34,187). Sum of RGB (Red+Green+Blue) = 18+34+187=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #1222BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1222BB is #EDDD44. Grayscale: #2E2E2E. Windows color (decimal): -15588677 or 12263954. OLE color: 12263954.

HSL color Cylindrical-coordinate representation of color #1222BB: hue angle of 234.32º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1222BB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1834187-
CMYK0.900.8200.27
HSL234.32º82.44%40.2%-
HSV(B)234.32º90.37%73.33%-
XYZ9.794.8647.44-
YUV46.66207.2107.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 187 (73.44% from 255) = 78.24%
R=7.53%
G=14.23%
B=78.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18341870.900.8200.27234.3282.4440.2
Hex1222BB5A5201Bea5228
Octal224227313212203335212250
Binary100101000101011101110110101010010011011111010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1222BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1222BB; }

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

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

<style>
 a { background-color: #1222BB; }

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

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

<style>
 span { border-color: #1222BB; }

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

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