Html Css Color HEX #164DAE Cobalt

📋 copy color: '#164DAE'

red 22 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #164DAE

Tints of Cobalt #164DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 8.06%
G = 28.21%
B = 63.74%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#164DAE (or 0x164DAE) is known color: Cobalt. HEX triplet: 16, 4D and AE. RGB value is (22,77,174). Sum of RGB (Red+Green+Blue) = 22+77+174=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #164DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164DAE is #E9B251. Grayscale: #474747. Windows color (decimal): -15315538 or 11422998. OLE color: 11422998.

HSL color Cylindrical-coordinate representation of color #164DAE: hue angle of 218.29º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #164DAE is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 77 174 -
CMYK 0.87 0.56 0 0.32
HSL 218.29º 0.78% 0.38% -
HSV(B) 218.29º 0.87% 0.68% -
XYZ 10.62 8.53 41.13 -
YUV 71.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 22 77 174 0.87 0.56 0 0.32 218.29 0.78 0.38
Hex 16 4D AE 57 38 0 20 DA 4E 26
Octal 26 115 256 127 70 0 40 332 116 46
Binary 10110 1001101 10101110 1010111 111000 0 100000 11011010 1001110 100110

Color Harmonies of #164DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DAE

Black with #164DAE

Text Example


Text Example

White with #164DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,174); }

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

background-color css

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

 a { background-color: rgb(22,77,174); }

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

border-color css

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

 span { border-color: rgb(22,77,174); }

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