#1745BA

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

Shades of Persian Blue #1745BA

Tints of Persian Blue #1745BA

Color information

#1745BA (or 0x1745BA) is unknown color: approx Persian Blue. HEX triplet: 17, 45 and BA. RGB value is (23,69,186). Sum of RGB (Red+Green+Blue) = 23+69+186=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1745BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1745BA is #E8BA45. Grayscale: #444444. Windows color (decimal): -15252038 or 12207383. OLE color: 12207383.

HSL color Cylindrical-coordinate representation of color #1745BA: hue angle of 223.07º 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 #1745BA is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2369186-
CMYK0.880.6300.27
HSL223.07º77.99%40.98%-
HSV(B)223.07º87.63%72.94%-
XYZ11.347.9847.4-
YUV68.58194.2695.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.27%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=8.27%
G=24.82%
B=66.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal23691860.880.6300.27223.0777.9940.98
Hex1745BA583F01Bdf4e29
Octal271052721307703333711651
Binary101111000101101110101011000111111011011110111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1745BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1745BA; }

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

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

<style>
 a { background-color: #1745BA; }

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

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

<style>
 span { border-color: #1745BA; }

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

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