#1226CB

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

Shades of Persian Blue #1226CB

Tints of Persian Blue #1226CB

Color information

#1226CB (or 0x1226CB) is unknown color: approx Persian Blue. HEX triplet: 12, 26 and CB. RGB value is (18,38,203). Sum of RGB (Red+Green+Blue) = 18+38+203=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #1226CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1226CB is #EDD934. Grayscale: #323232. Windows color (decimal): -15587637 or 13313554. OLE color: 13313554.

HSL color Cylindrical-coordinate representation of color #1226CB: hue angle of 233.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1226CB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1838203-
CMYK0.910.8100.20
HSL233.51º83.71%43.33%-
HSV(B)233.51º91.13%79.61%-
XYZ11.725.8357.01-
YUV50.83213.87104.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 203 (79.69% from 255) = 78.38%
R=6.95%
G=14.67%
B=78.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18382030.910.8100.20233.5183.7143.33
Hex1226CB5B51014ea542b
Octal224631313312102435212453
Binary100101001101100101110110111010001010100111010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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