#1740CA

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

Shades of Persian Blue #1740CA

Tints of Persian Blue #1740CA

Color information

#1740CA (or 0x1740CA) is unknown color: approx Persian Blue. HEX triplet: 17, 40 and CA. RGB value is (23,64,202). Sum of RGB (Red+Green+Blue) = 23+64+202=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #1740CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740CA is #E8BF35. Grayscale: #424242. Windows color (decimal): -15253302 or 13254679. OLE color: 13254679.

HSL color Cylindrical-coordinate representation of color #1740CA: hue angle of 226.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1740CA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2364202-
CMYK0.890.6800.21
HSL226.26º79.56%44.12%-
HSV(B)226.26º88.61%79.22%-
XYZ12.858.1156.77-
YUV67.47203.9296.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.96%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=7.96%
G=22.15%
B=69.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal23642020.890.6800.21226.2679.5644.12
Hex1740CA5944015e2502c
Octal2710031213110402534212054
Binary1011110000001100101010110011000100010101111000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1740CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1740CA; }

 p { color: rgb(23,64,202); }

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

<style>
 a { background-color: #1740CA; }

 a { background-color: rgb(23,64,202); }

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

<style>
 span { border-color: #1740CA; }

 span { border-color: rgb(23,64,202); }

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