#1428B6

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

Shades of Persian Blue #1428B6

Tints of Persian Blue #1428B6

Color information

#1428B6 (or 0x1428B6) is unknown color: approx Persian Blue. HEX triplet: 14, 28 and B6. RGB value is (20,40,182). Sum of RGB (Red+Green+Blue) = 20+40+182=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #1428B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428B6 is #EBD749. Grayscale: #313131. Windows color (decimal): -15456074 or 11937812. OLE color: 11937812.

HSL color Cylindrical-coordinate representation of color #1428B6: hue angle of 232.59º 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 #1428B6 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2040182-
CMYK0.890.7800.29
HSL232.59º80.2%39.61%-
HSV(B)232.59º89.01%71.37%-
XYZ9.495.0444.73-
YUV50.21202.37106.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 182 (71.48% from 255) = 75.21%
R=8.26%
G=16.53%
B=75.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20401820.890.7800.29232.5980.239.61
Hex1428B6594E01De95028
Octal245026613111603535112050
Binary101001010001011011010110011001110011101111010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1428B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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