#1338C0

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

Shades of Persian Blue #1338C0

Tints of Persian Blue #1338C0

Color information

#1338C0 (or 0x1338C0) is unknown color: approx Persian Blue. HEX triplet: 13, 38 and C0. RGB value is (19,56,192). Sum of RGB (Red+Green+Blue) = 19+56+192=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #1338C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338C0 is #ECC73F. Grayscale: #3B3B3B. Windows color (decimal): -15517504 or 12597267. OLE color: 12597267.

HSL color Cylindrical-coordinate representation of color #1338C0: hue angle of 227.17º 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 #1338C0 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1956192-
CMYK0.900.7100.25
HSL227.17º81.99%41.37%-
HSV(B)227.17º90.1%75.29%-
XYZ11.26.7750.59-
YUV60.44202.2498.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 192 (75.39% from 255) = 71.91%
R=7.12%
G=20.97%
B=71.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19561920.900.7100.25227.1781.9941.37
Hex1338C05A47019e35229
Octal237030013210703134312251
Binary100111110001100000010110101000111011001111000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1338C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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