Html Css Color HEX #164AB2 Persian Blue

📋 copy color: '#164AB2'

red 22 ◦ green 74 ◦ blue 178

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

Shades of Persian Blue #164AB2

Tints of Persian Blue #164AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 64.96%

R = 8.03%
G = 27.01%
B = 64.96%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#164AB2 (or 0x164AB2) is known color: Persian Blue. HEX triplet: 16, 4A and B2. RGB value is (22,74,178). Sum of RGB (Red+Green+Blue) = 22+74+178=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #164AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164AB2 is #E9B54D. Grayscale: #454545. Windows color (decimal): -15316302 or 11684374. OLE color: 11684374.

HSL color Cylindrical-coordinate representation of color #164AB2: hue angle of 220º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164AB2 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 22 74 178 -
CMYK 0.88 0.58 0 0.30
HSL 220º 0.78% 0.39% -
HSV(B) 220º 0.88% 0.7% -
XYZ 10.82 8.28 43.15 -
YUV 70.31 188.77 93.54 -
System Red Green Blue C M Y K H S L
Decimal 22 74 178 0.88 0.58 0 0.30 220 0.78 0.39
Hex 16 4A B2 58 3A 0 1E DC 4E 27
Octal 26 112 262 130 72 0 36 334 116 47
Binary 10110 1001010 10110010 1011000 111010 0 11110 11011100 1001110 100111

Color Harmonies of #164AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AB2

Black with #164AB2

Text Example


Text Example

White with #164AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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