#1437EA

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

Shades of Persian Blue #1437EA

Tints of Persian Blue #1437EA

Color information

#1437EA (or 0x1437EA) is unknown color: approx Persian Blue. HEX triplet: 14, 37 and EA. RGB value is (20,55,234). Sum of RGB (Red+Green+Blue) = 20+55+234=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #1437EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1437EA is #EBC815. Grayscale: #404040. Windows color (decimal): -15452182 or 15349524. OLE color: 15349524.

HSL color Cylindrical-coordinate representation of color #1437EA: 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 #1437EA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2055234-
CMYK0.910.7600.08
HSL230.19º84.25%49.8%-
HSV(B)230.19º91.45%91.76%-
XYZ16.518.8278.67-
YUV64.94223.495.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 234 (91.80% from 255) = 75.73%
R=6.47%
G=17.80%
B=75.73%

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
Decimal20552340.910.7600.08230.1984.2549.8
Hex1437EA5B4C08e65432
Octal246735213311401034612462
Binary10100110111111010101011011100110001000111001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1437EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1437EA; }

 p { color: rgb(20,55,234); }

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

<style>
 a { background-color: #1437EA; }

 a { background-color: rgb(20,55,234); }

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

<style>
 span { border-color: #1437EA; }

 span { border-color: rgb(20,55,234); }

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