#1226D5

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

Shades of Persian Blue #1226D5

Tints of Persian Blue #1226D5

Color information

#1226D5 (or 0x1226D5) is unknown color: approx Persian Blue. HEX triplet: 12, 26 and D5. RGB value is (18,38,213). Sum of RGB (Red+Green+Blue) = 18+38+213=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 213 (83.59% from 255 or 79.18% from 269); Max value from RGB is 213 - color contains mainly: blue. Hex color #1226D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1226D5 is #EDD92A. Grayscale: #333333. Windows color (decimal): -15587627 or 13968914. OLE color: 13968914.

HSL color Cylindrical-coordinate representation of color #1226D5: hue angle of 233.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1226D5 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1838213-
CMYK0.920.8200.16
HSL233.85º84.42%45.29%-
HSV(B)233.85º91.55%83.53%-
XYZ12.956.3263.49-
YUV51.97218.87103.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 213 (83.59% from 255) = 79.18%
R=6.69%
G=14.13%
B=79.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18382130.920.8200.16233.8584.4245.29
Hex1226D55C52010ea542d
Octal224632513412202035212455
Binary100101001101101010110111001010010010000111010101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1226D5; }

 p { color: rgb(18,38,213); }

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

<style>
 a { background-color: #1226D5; }

 a { background-color: rgb(18,38,213); }

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

<style>
 span { border-color: #1226D5; }

 span { border-color: rgb(18,38,213); }

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