#1427B6

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

Shades of Persian Blue #1427B6

Tints of Persian Blue #1427B6

Color information

#1427B6 (or 0x1427B6) is unknown color: approx Persian Blue. HEX triplet: 14, 27 and B6. RGB value is (20,39,182). Sum of RGB (Red+Green+Blue) = 20+39+182=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 182 (71.48% from 255 or 75.52% from 241); Max value from RGB is 182 - color contains mainly: blue. Hex color #1427B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1427B6 is #EBD849. Grayscale: #313131. Windows color (decimal): -15456330 or 11937556. OLE color: 11937556.

HSL color Cylindrical-coordinate representation of color #1427B6: hue angle of 232.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1427B6 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2039182-
CMYK0.890.7900.29
HSL232.96º80.2%39.61%-
HSV(B)232.96º89.01%71.37%-
XYZ9.464.9844.72-
YUV49.62202.71106.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 182 (71.48% from 255) = 75.52%
R=8.30%
G=16.18%
B=75.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20391820.890.7900.29232.9680.239.61
Hex1427B6594F01De95028
Octal244726613111703535112050
Binary101001001111011011010110011001111011101111010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1427B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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