#1336C0

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

Shades of Persian Blue #1336C0

Tints of Persian Blue #1336C0

Color information

#1336C0 (or 0x1336C0) is unknown color: approx Persian Blue. HEX triplet: 13, 36 and C0. RGB value is (19,54,192). Sum of RGB (Red+Green+Blue) = 19+54+192=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 192 (75.39% from 255 or 72.45% from 265); Max value from RGB is 192 - color contains mainly: blue. Hex color #1336C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336C0 is #ECC93F. Grayscale: #3A3A3A. Windows color (decimal): -15518016 or 12596755. OLE color: 12596755.

HSL color Cylindrical-coordinate representation of color #1336C0: hue angle of 227.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1336C0 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1954192-
CMYK0.900.7200.25
HSL227.86º81.99%41.37%-
HSV(B)227.86º90.1%75.29%-
XYZ11.16.5850.55-
YUV59.27202.999.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 192 (75.39% from 255) = 72.45%
R=7.17%
G=20.38%
B=72.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19541920.900.7200.25227.8681.9941.37
Hex1336C05A48019e45229
Octal236630013211003134412251
Binary100111101101100000010110101001000011001111001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1336C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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