#174ABA

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

Shades of Persian Blue #174ABA

Tints of Persian Blue #174ABA

Color information

#174ABA (or 0x174ABA) is unknown color: approx Persian Blue. HEX triplet: 17, 4A and BA. RGB value is (23,74,186). Sum of RGB (Red+Green+Blue) = 23+74+186=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #174ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #174ABA is #E8B545. Grayscale: #474747. Windows color (decimal): -15250758 or 12208663. OLE color: 12208663.

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

Color convert

RGB2374186-
CMYK0.880.6000.27
HSL221.23º77.99%40.98%-
HSV(B)221.23º87.63%72.94%-
XYZ11.678.6247.5-
YUV71.52192.693.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.13%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=8.13%
G=26.15%
B=65.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal23741860.880.6000.27221.2377.9940.98
Hex174ABA583C01Bdd4e29
Octal271122721307403333511651
Binary101111001010101110101011000111100011011110111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174ABA; }

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

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

<style>
 a { background-color: #174ABA; }

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

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

<style>
 span { border-color: #174ABA; }

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

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