#1336C8

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

Shades of Persian Blue #1336C8

Tints of Persian Blue #1336C8

Color information

#1336C8 (or 0x1336C8) is unknown color: approx Persian Blue. HEX triplet: 13, 36 and C8. RGB value is (19,54,200). Sum of RGB (Red+Green+Blue) = 19+54+200=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 200 (78.52% from 255 or 73.26% from 273); Max value from RGB is 200 - color contains mainly: blue. Hex color #1336C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336C8 is #ECC937. Grayscale: #3B3B3B. Windows color (decimal): -15518008 or 13121043. OLE color: 13121043.

HSL color Cylindrical-coordinate representation of color #1336C8: hue angle of 228.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1336C8 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1954200-
CMYK0.900.7300.22
HSL228.4º82.65%42.94%-
HSV(B)228.4º90.5%78.43%-
XYZ12.016.9555.35-
YUV60.18206.998.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 200 (78.52% from 255) = 73.26%
R=6.96%
G=19.78%
B=73.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19542000.900.7300.22228.482.6542.94
Hex1336C85A49016e4532b
Octal236631013211102634412353
Binary100111101101100100010110101001001010110111001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1336C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1336C8; }

 p { color: rgb(19,54,200); }

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

<style>
 a { background-color: #1336C8; }

 a { background-color: rgb(19,54,200); }

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

<style>
 span { border-color: #1336C8; }

 span { border-color: rgb(19,54,200); }

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