#1424BE

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

Shades of Persian Blue #1424BE

Tints of Persian Blue #1424BE

Color information

#1424BE (or 0x1424BE) is unknown color: approx Persian Blue. HEX triplet: 14, 24 and BE. RGB value is (20,36,190). Sum of RGB (Red+Green+Blue) = 20+36+190=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1424BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424BE is #EBDB41. Grayscale: #303030. Windows color (decimal): -15457090 or 12461076. OLE color: 12461076.

HSL color Cylindrical-coordinate representation of color #1424BE: hue angle of 234.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1424BE is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2036190-
CMYK0.890.8100.25
HSL234.35º80.95%41.18%-
HSV(B)234.35º89.47%74.51%-
XYZ10.215.1349.17-
YUV48.77207.7107.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 190 (74.61% from 255) = 77.24%
R=8.13%
G=14.63%
B=77.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20361900.890.8100.25234.3580.9541.18
Hex1424BE5951019ea5129
Octal244427613112103135212151
Binary101001001001011111010110011010001011001111010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1424BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1424BE; }

 p { color: rgb(20,36,190); }

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

<style>
 a { background-color: #1424BE; }

 a { background-color: rgb(20,36,190); }

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

<style>
 span { border-color: #1424BE; }

 span { border-color: rgb(20,36,190); }

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