#1338BC

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

Shades of Persian Blue #1338BC

Tints of Persian Blue #1338BC

Color information

#1338BC (or 0x1338BC) is unknown color: approx Persian Blue. HEX triplet: 13, 38 and BC. RGB value is (19,56,188). Sum of RGB (Red+Green+Blue) = 19+56+188=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #1338BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338BC is #ECC743. Grayscale: #3B3B3B. Windows color (decimal): -15517508 or 12335123. OLE color: 12335123.

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

Color convert

RGB1956188-
CMYK0.900.7000.26
HSL226.86º81.64%40.59%-
HSV(B)226.86º89.89%73.73%-
XYZ10.766.648.28-
YUV59.98200.2498.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 188 (73.83% from 255) = 71.48%
R=7.22%
G=21.29%
B=71.48%

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
Decimal19561880.900.7000.26226.8681.6440.59
Hex1338BC5A4601Ae35229
Octal237027413210603234312251
Binary100111110001011110010110101000110011010111000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1338BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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