#1748B0

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

Shades of Persian Blue #1748B0

Tints of Persian Blue #1748B0

Color information

#1748B0 (or 0x1748B0) is unknown color: approx Persian Blue. HEX triplet: 17, 48 and B0. RGB value is (23,72,176). Sum of RGB (Red+Green+Blue) = 23+72+176=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #1748B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1748B0 is #E8B74F. Grayscale: #444444. Windows color (decimal): -15251280 or 11552791. OLE color: 11552791.

HSL color Cylindrical-coordinate representation of color #1748B0: hue angle of 220.78º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1748B0 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2372176-
CMYK0.870.5900.31
HSL220.78º76.88%39.02%-
HSV(B)220.78º86.93%69.02%-
XYZ10.517.9542.06-
YUV69.2188.2795.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.49%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 176 (69.14% from 255) = 64.94%
R=8.49%
G=26.57%
B=64.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal23721760.870.5900.31220.7876.8839.02
Hex1748B0573B01Fdd4d27
Octal271102601277303733511547
Binary101111001000101100001010111111011011111110111011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1748B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1748B0; }

 p { color: rgb(23,72,176); }

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

<style>
 a { background-color: #1748B0; }

 a { background-color: rgb(23,72,176); }

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

<style>
 span { border-color: #1748B0; }

 span { border-color: rgb(23,72,176); }

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