#1418B7

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

Shades of Persian Blue #1418B7

Tints of Persian Blue #1418B7

Color information

#1418B7 (or 0x1418B7) is unknown color: approx Persian Blue. HEX triplet: 14, 18 and B7. RGB value is (20,24,183). Sum of RGB (Red+Green+Blue) = 20+24+183=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 183 (71.88% from 255 or 80.62% from 227); Max value from RGB is 183 - color contains mainly: blue. Hex color #1418B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418B7 is #EBE748. Grayscale: #282828. Windows color (decimal): -15460169 or 11999252. OLE color: 11999252.

HSL color Cylindrical-coordinate representation of color #1418B7: hue angle of 238.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1418B7 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2024183-
CMYK0.890.8700.28
HSL238.53º80.3%39.8%-
HSV(B)238.53º89.07%71.76%-
XYZ9.164.2245.13-
YUV40.93208.17113.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 183 (71.88% from 255) = 80.62%
R=8.81%
G=10.57%
B=80.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20241830.890.8700.28238.5380.339.8
Hex1418B7595701Cef5028
Octal243026713112703435712050
Binary10100110001011011110110011010111011100111011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1418B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1418B7; }

 p { color: rgb(20,24,183); }

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

<style>
 a { background-color: #1418B7; }

 a { background-color: rgb(20,24,183); }

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

<style>
 span { border-color: #1418B7; }

 span { border-color: rgb(20,24,183); }

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