#1336E7

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

Shades of Persian Blue #1336E7

Tints of Persian Blue #1336E7

Color information

#1336E7 (or 0x1336E7) is unknown color: approx Persian Blue. HEX triplet: 13, 36 and E7. RGB value is (19,54,231). Sum of RGB (Red+Green+Blue) = 19+54+231=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 231 (90.62% from 255 or 75.99% from 304); Max value from RGB is 231 - color contains mainly: blue. Hex color #1336E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1336E7 is #ECC918. Grayscale: #3E3E3E. Windows color (decimal): -15517977 or 15152659. OLE color: 15152659.

HSL color Cylindrical-coordinate representation of color #1336E7: hue angle of 230.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1336E7 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1954231-
CMYK0.920.7700.09
HSL230.09º84.8%49.02%-
HSV(B)230.09º91.77%90.59%-
XYZ16.018.5576.41-
YUV63.71222.496.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 231 (90.62% from 255) = 75.99%
R=6.25%
G=17.76%
B=75.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19542310.920.7700.09230.0984.849.02
Hex1336E75C4D09e65531
Octal236634713411501134612561
Binary10011110110111001111011100100110101001111001101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1336E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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