#1740ba

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

Shades of Persian Blue #1740BA

Tints of Persian Blue #1740BA

Color information

#1740BA (or 0x1740BA) is unknown color: approx Persian Blue. HEX triplet: 17, 40 and BA. RGB value is (23,64,186). Sum of RGB (Red+Green+Blue) = 23+64+186=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #1740BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740BA is #E8BF45. Grayscale: #414141. Windows color (decimal): -15253318 or 12206103. OLE color: 12206103.

HSL color Cylindrical-coordinate representation of color #1740BA: hue angle of 224.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1740BA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2364186-
CMYK0.880.6600.27
HSL224.91º77.99%40.98%-
HSV(B)224.91º87.63%72.94%-
XYZ11.057.3947.3-
YUV65.65195.9297.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.42%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=8.42%
G=23.44%
B=68.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal23641860.880.6600.27224.9177.9940.98
Hex1740BA584201Be14e29
Octal2710027213010203334111651
Binary1011110000001011101010110001000010011011111000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1740ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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