Html Css Color HEX #164ABC Persian Blue

📋 copy color: '#164ABC'

red 22 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #164ABC

Tints of Persian Blue #164ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 7.75%
G = 26.06%
B = 66.2%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#164ABC (or 0x164ABC) is known color: Persian Blue. HEX triplet: 16, 4A and BC. RGB value is (22,74,188). Sum of RGB (Red+Green+Blue) = 22+74+188=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #164ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ABC is #E9B543. Grayscale: #464646. Windows color (decimal): -15316292 or 12339734. OLE color: 12339734.

HSL color Cylindrical-coordinate representation of color #164ABC: hue angle of 221.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164ABC is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 74 188 -
CMYK 0.88 0.61 0 0.26
HSL 221.2º 0.79% 0.41% -
HSV(B) 221.2º 0.88% 0.74% -
XYZ 11.86 8.7 48.63 -
YUV 71.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 22 74 188 0.88 0.61 0 0.26 221.2 0.79 0.41
Hex 16 4A BC 58 3D 0 1A DD 4F 29
Octal 26 112 274 130 75 0 32 335 117 51
Binary 10110 1001010 10111100 1011000 111101 0 11010 11011101 1001111 101001

Color Harmonies of #164ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ABC

Black with #164ABC

Text Example


Text Example

White with #164ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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