Html Css Color HEX #164ABB Persian Blue

📋 copy color: '#164ABB'

red 22 ◦ green 74 ◦ blue 187

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

Shades of Persian Blue #164ABB

Tints of Persian Blue #164ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 7.77%
G = 26.15%
B = 66.08%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#164ABB (or 0x164ABB) is known color: Persian Blue. HEX triplet: 16, 4A and BB. RGB value is (22,74,187). Sum of RGB (Red+Green+Blue) = 22+74+187=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #164ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ABB is #E9B544. Grayscale: #464646. Windows color (decimal): -15316293 or 12274198. OLE color: 12274198.

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

Color convert

RGB 22 74 187 -
CMYK 0.88 0.60 0 0.27
HSL 221.09º 0.79% 0.41% -
HSV(B) 221.09º 0.88% 0.73% -
XYZ 11.75 8.66 48.07 -
YUV 71.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 22 74 187 0.88 0.60 0 0.27 221.09 0.79 0.41
Hex 16 4A BB 58 3C 0 1B DD 4F 29
Octal 26 112 273 130 74 0 33 335 117 51
Binary 10110 1001010 10111011 1011000 111100 0 11011 11011101 1001111 101001

Color Harmonies of #164ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ABB

Black with #164ABB

Text Example


Text Example

White with #164ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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