Html Css Color HEX #164AB1 Cobalt

📋 copy color: '#164AB1'

red 22 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #164AB1

Tints of Cobalt #164AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 64.84%

R = 8.06%
G = 27.11%
B = 64.84%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#164AB1 (or 0x164AB1) is known color: Cobalt. HEX triplet: 16, 4A and B1. RGB value is (22,74,177). Sum of RGB (Red+Green+Blue) = 22+74+177=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #164AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164AB1 is #E9B54E. Grayscale: #454545. Windows color (decimal): -15316303 or 11618838. OLE color: 11618838.

HSL color Cylindrical-coordinate representation of color #164AB1: hue angle of 219.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164AB1 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 74 177 -
CMYK 0.88 0.58 0 0.31
HSL 219.87º 0.78% 0.39% -
HSV(B) 219.87º 0.88% 0.69% -
XYZ 10.72 8.24 42.62 -
YUV 70.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 22 74 177 0.88 0.58 0 0.31 219.87 0.78 0.39
Hex 16 4A B1 58 3A 0 1F DC 4E 27
Octal 26 112 261 130 72 0 37 334 116 47
Binary 10110 1001010 10110001 1011000 111010 0 11111 11011100 1001110 100111

Color Harmonies of #164AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164AB1

Black with #164AB1

Text Example


Text Example

White with #164AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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