Html Css Color HEX #164EAA Cobalt

📋 copy color: '#164EAA'

red 22 ◦ green 78 ◦ blue 170

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

Shades of Cobalt #164EAA

Tints of Cobalt #164EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 8.15%
G = 28.89%
B = 62.96%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#164EAA (or 0x164EAA) is known color: Cobalt. HEX triplet: 16, 4E and AA. RGB value is (22,78,170). Sum of RGB (Red+Green+Blue) = 22+78+170=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #164EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164EAA is #E9B155. Grayscale: #474747. Windows color (decimal): -15315286 or 11161110. OLE color: 11161110.

HSL color Cylindrical-coordinate representation of color #164EAA: hue angle of 217.3º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164EAA is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 78 170 -
CMYK 0.87 0.54 0 0.33
HSL 217.3º 0.77% 0.38% -
HSV(B) 217.3º 0.87% 0.67% -
XYZ 10.31 8.52 39.13 -
YUV 71.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 22 78 170 0.87 0.54 0 0.33 217.3 0.77 0.38
Hex 16 4E AA 57 36 0 21 D9 4D 26
Octal 26 116 252 127 66 0 41 331 115 46
Binary 10110 1001110 10101010 1010111 110110 0 100001 11011001 1001101 100110

Color Harmonies of #164EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164EAA

Black with #164EAA

Text Example


Text Example

White with #164EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,170); }

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

background-color css

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

 a { background-color: rgb(22,78,170); }

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

border-color css

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

 span { border-color: rgb(22,78,170); }

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