Html Css Color HEX #164AC1 Persian Blue

📋 copy color: '#164AC1'

red 22 ◦ green 74 ◦ blue 193

#164AC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #164AC1

Tints of Persian Blue #164AC1

RGB

 RED value IS 22 (8.98% from 255) = 7.61%

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 193 (75.78% from 255) = 66.78%

R = 7.61%
G = 25.61%
B = 66.78%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#164AC1 (or 0x164AC1) is known color: Persian Blue. HEX triplet: 16, 4A and C1. RGB value is (22,74,193). Sum of RGB (Red+Green+Blue) = 22+74+193=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #164AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AC1 is #E9B53E. Grayscale: #474747. Windows color (decimal): -15316287 or 12667414. OLE color: 12667414.

HSL color Cylindrical-coordinate representation of color #164AC1: hue angle of 221.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164AC1 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 74 193 -
CMYK 0.89 0.62 0 0.24
HSL 221.75º 0.8% 0.42% -
HSV(B) 221.75º 0.89% 0.76% -
XYZ 12.41 8.92 51.52 -
YUV 72.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 22 74 193 0.89 0.62 0 0.24 221.75 0.8 0.42
Hex 16 4A C1 59 3E 0 18 DE 50 2A
Octal 26 112 301 131 76 0 30 336 120 52
Binary 10110 1001010 11000001 1011001 111110 0 11000 11011110 1010000 101010

Color Harmonies of #164AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AC1

Black with #164AC1

Text Example


Text Example

White with #164AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #164AC1;
 }
 .AnyTagClassName
 {
   color: #164AC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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