Html Css Color HEX #164CAA Cobalt

📋 copy color: '#164CAA'

red 22 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #164CAA

Tints of Cobalt #164CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 8.21%
G = 28.36%
B = 63.43%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#164CAA (or 0x164CAA) is known color: Cobalt. HEX triplet: 16, 4C and AA. RGB value is (22,76,170). Sum of RGB (Red+Green+Blue) = 22+76+170=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #164CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164CAA is #E9B355. Grayscale: #464646. Windows color (decimal): -15315798 or 11160598. OLE color: 11160598.

HSL color Cylindrical-coordinate representation of color #164CAA: hue angle of 218.11º 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 #164CAA is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 76 170 -
CMYK 0.87 0.55 0 0.33
HSL 218.11º 0.77% 0.38% -
HSV(B) 218.11º 0.87% 0.67% -
XYZ 10.17 8.24 39.08 -
YUV 70.57 184.11 93.36 -
System Red Green Blue C M Y K H S L
Decimal 22 76 170 0.87 0.55 0 0.33 218.11 0.77 0.38
Hex 16 4C AA 57 37 0 21 DA 4D 26
Octal 26 114 252 127 67 0 41 332 115 46
Binary 10110 1001100 10101010 1010111 110111 0 100001 11011010 1001101 100110

Color Harmonies of #164CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CAA

Black with #164CAA

Text Example


Text Example

White with #164CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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