#1427E2

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

Shades of Persian Blue #1427E2

Tints of Persian Blue #1427E2

Color information

#1427E2 (or 0x1427E2) is unknown color: approx Persian Blue. HEX triplet: 14, 27 and E2. RGB value is (20,39,226). Sum of RGB (Red+Green+Blue) = 20+39+226=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 226 (88.67% from 255 or 79.30% from 285); Max value from RGB is 226 - color contains mainly: blue. Hex color #1427E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1427E2 is #EBD81D. Grayscale: #353535. Windows color (decimal): -15456286 or 14821140. OLE color: 14821140.

HSL color Cylindrical-coordinate representation of color #1427E2: hue angle of 234.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1427E2 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2039226-
CMYK0.910.8300.11
HSL234.47º83.74%48.24%-
HSV(B)234.47º91.15%88.63%-
XYZ14.747.0972.54-
YUV54.64224.71103.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 226 (88.67% from 255) = 79.30%
R=7.02%
G=13.68%
B=79.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20392260.910.8300.11234.4783.7448.24
Hex1427E25B530Bea5430
Octal244734213312301335212460
Binary10100100111111000101011011101001101011111010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1427E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1427E2; }

 p { color: rgb(20,39,226); }

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

<style>
 a { background-color: #1427E2; }

 a { background-color: rgb(20,39,226); }

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

<style>
 span { border-color: #1427E2; }

 span { border-color: rgb(20,39,226); }

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