#1742DA

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

Shades of Persian Blue #1742DA

Tints of Persian Blue #1742DA

Color information

#1742DA (or 0x1742DA) is unknown color: approx Persian Blue. HEX triplet: 17, 42 and DA. RGB value is (23,66,218). Sum of RGB (Red+Green+Blue) = 23+66+218=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #1742DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742DA is #E8BD25. Grayscale: #454545. Windows color (decimal): -15252774 or 14303767. OLE color: 14303767.

HSL color Cylindrical-coordinate representation of color #1742DA: hue angle of 226.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1742DA is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2366218-
CMYK0.890.7000.15
HSL226.77º80.91%47.25%-
HSV(B)226.77º89.45%85.49%-
XYZ14.969.1467.31-
YUV70.47211.2594.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.49%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 218 (85.55% from 255) = 71.01%
R=7.49%
G=21.50%
B=71.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal23662180.890.7000.15226.7780.9147.25
Hex1742DA59460Fe3512f
Octal2710233213110601734312157
Binary101111000010110110101011001100011001111111000111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1742DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1742DA; }

 p { color: rgb(23,66,218); }

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

<style>
 a { background-color: #1742DA; }

 a { background-color: rgb(23,66,218); }

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

<style>
 span { border-color: #1742DA; }

 span { border-color: rgb(23,66,218); }

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