#1226E6

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

Shades of Persian Blue #1226E6

Tints of Persian Blue #1226E6

Color information

#1226E6 (or 0x1226E6) is unknown color: approx Persian Blue. HEX triplet: 12, 26 and E6. RGB value is (18,38,230). Sum of RGB (Red+Green+Blue) = 18+38+230=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 230 (90.23% from 255 or 80.42% from 286); Max value from RGB is 230 - color contains mainly: blue. Hex color #1226E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1226E6 is #EDD919. Grayscale: #353535. Windows color (decimal): -15587610 or 15083026. OLE color: 15083026.

HSL color Cylindrical-coordinate representation of color #1226E6: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1226E6 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1838230-
CMYK0.920.8300.10
HSL234.34º85.48%48.63%-
HSV(B)234.34º92.17%90.2%-
XYZ15.237.2375.46-
YUV53.91227.37102.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 230 (90.23% from 255) = 80.42%
R=6.29%
G=13.29%
B=80.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18382300.920.8300.10234.3485.4848.63
Hex1226E65C530Aea5531
Octal224634613412301235212561
Binary10010100110111001101011100101001101010111010101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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