#1538C0

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

Shades of Persian Blue #1538C0

Tints of Persian Blue #1538C0

Color information

#1538C0 (or 0x1538C0) is unknown color: approx Persian Blue. HEX triplet: 15, 38 and C0. RGB value is (21,56,192). Sum of RGB (Red+Green+Blue) = 21+56+192=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #1538C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538C0 is #EAC73F. Grayscale: #3C3C3C. Windows color (decimal): -15386432 or 12597269. OLE color: 12597269.

HSL color Cylindrical-coordinate representation of color #1538C0: hue angle of 227.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1538C0 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2156192-
CMYK0.890.7100.25
HSL227.72º80.28%41.76%-
HSV(B)227.72º89.06%75.29%-
XYZ11.246.7950.59-
YUV61.04201.999.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 192 (75.39% from 255) = 71.38%
R=7.81%
G=20.82%
B=71.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21561920.890.7100.25227.7280.2841.76
Hex1538C05947019e4502a
Octal257030013110703134412052
Binary101011110001100000010110011000111011001111001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1538C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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