#164ABA

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

Shades of Persian Blue #164ABA

Tints of Persian Blue #164ABA

Color information

#164ABA (or 0x164ABA) is unknown color: approx Persian Blue. HEX triplet: 16, 4A and BA. RGB value is (22,74,186). Sum of RGB (Red+Green+Blue) = 22+74+186=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #164ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ABA is #E9B545. Grayscale: #464646. Windows color (decimal): -15316294 or 12208662. OLE color: 12208662.

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

Color convert

RGB2274186-
CMYK0.880.6000.27
HSL220.98º78.85%40.78%-
HSV(B)220.98º88.17%72.94%-
XYZ11.648.6147.5-
YUV71.22192.7792.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.80%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=7.80%
G=26.24%
B=65.96%

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
Decimal22741860.880.6000.27220.9878.8540.78
Hex164ABA583C01Bdd4f29
Octal261122721307403333511751
Binary101101001010101110101011000111100011011110111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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