#1339BC

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

Shades of Persian Blue #1339BC

Tints of Persian Blue #1339BC

Color information

#1339BC (or 0x1339BC) is unknown color: approx Persian Blue. HEX triplet: 13, 39 and BC. RGB value is (19,57,188). Sum of RGB (Red+Green+Blue) = 19+57+188=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #1339BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339BC is #ECC643. Grayscale: #3C3C3C. Windows color (decimal): -15517252 or 12335379. OLE color: 12335379.

HSL color Cylindrical-coordinate representation of color #1339BC: hue angle of 226.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1339BC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1957188-
CMYK0.900.7000.26
HSL226.51º81.64%40.59%-
HSV(B)226.51º89.89%73.73%-
XYZ10.816.748.3-
YUV60.57199.9198.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 188 (73.83% from 255) = 71.21%
R=7.20%
G=21.59%
B=71.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19571880.900.7000.26226.5181.6440.59
Hex1339BC5A4601Ae35229
Octal237127413210603234312251
Binary100111110011011110010110101000110011010111000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1339BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1339BC; }

 p { color: rgb(19,57,188); }

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

<style>
 a { background-color: #1339BC; }

 a { background-color: rgb(19,57,188); }

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

<style>
 span { border-color: #1339BC; }

 span { border-color: rgb(19,57,188); }

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