#1538EB

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

Shades of Persian Blue #1538EB

Tints of Persian Blue #1538EB

Color information

#1538EB (or 0x1538EB) is unknown color: approx Persian Blue. HEX triplet: 15, 38 and EB. RGB value is (21,56,235). Sum of RGB (Red+Green+Blue) = 21+56+235=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #1538EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1538EB is #EAC714. Grayscale: #414141. Windows color (decimal): -15386389 or 15415317. OLE color: 15415317.

HSL color Cylindrical-coordinate representation of color #1538EB: hue angle of 230.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1538EB is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2156235-
CMYK0.910.7600.08
HSL230.19º84.25%50.2%-
HSV(B)230.19º91.06%92.16%-
XYZ16.728.9979.45-
YUV65.94223.495.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 235 (92.19% from 255) = 75.32%
R=6.73%
G=17.95%
B=75.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21562350.910.7600.08230.1984.2550.2
Hex1538EB5B4C08e65432
Octal257035313311401034612462
Binary10101111000111010111011011100110001000111001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1538EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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