Html Css Color HEX #164ABA Persian Blue

📋 copy color: '#164ABA'

red 22 ◦ green 74 ◦ blue 186

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

Shades of Persian Blue #164ABA

Tints of Persian Blue #164ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 7.8%
G = 26.24%
B = 65.96%

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

#164ABA (or 0x164ABA) is known color: 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

RGB 22 74 186 -
CMYK 0.88 0.60 0 0.27
HSL 220.98º 0.79% 0.41% -
HSV(B) 220.98º 0.88% 0.73% -
XYZ 11.64 8.61 47.5 -
YUV 71.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 22 74 186 0.88 0.60 0 0.27 220.98 0.79 0.41
Hex 16 4A BA 58 3C 0 1B DD 4F 29
Octal 26 112 272 130 74 0 33 335 117 51
Binary 10110 1001010 10111010 1011000 111100 0 11011 11011101 1001111 101001

Color Harmonies of #164ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ABA

Black with #164ABA

Text Example


Text Example

White with #164ABA

Text Example


Text Example

HTML Codes & Css Web 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>