#1434EA

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

Shades of Persian Blue #1434EA

Tints of Persian Blue #1434EA

Color information

#1434EA (or 0x1434EA) is unknown color: approx Persian Blue. HEX triplet: 14, 34 and EA. RGB value is (20,52,234). Sum of RGB (Red+Green+Blue) = 20+52+234=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #1434EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1434EA is #EBCB15. Grayscale: #3E3E3E. Windows color (decimal): -15452950 or 15348756. OLE color: 15348756.

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

Color convert

RGB2052234-
CMYK0.910.7800.08
HSL231.03º84.25%49.8%-
HSV(B)231.03º91.45%91.76%-
XYZ16.378.5578.63-
YUV63.18224.497.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 234 (91.80% from 255) = 76.47%
R=6.54%
G=16.99%
B=76.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20522340.910.7800.08231.0384.2549.8
Hex1434EA5B4E08e75432
Octal246435213311601034712462
Binary10100110100111010101011011100111001000111001111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1434EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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