Html Css Color HEX #164CA1 Cobalt

📋 copy color: '#164CA1'

red 22 ◦ green 76 ◦ blue 161

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

Shades of Cobalt #164CA1

Tints of Cobalt #164CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 62.16%

R = 8.49%
G = 29.34%
B = 62.16%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#164CA1 (or 0x164CA1) is known color: Cobalt. HEX triplet: 16, 4C and A1. RGB value is (22,76,161). Sum of RGB (Red+Green+Blue) = 22+76+161=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #164CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164CA1 is #E9B35E. Grayscale: #454545. Windows color (decimal): -15315807 or 10570774. OLE color: 10570774.

HSL color Cylindrical-coordinate representation of color #164CA1: hue angle of 216.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164CA1 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 22 76 161 -
CMYK 0.86 0.53 0 0.37
HSL 216.69º 0.76% 0.36% -
HSV(B) 216.69º 0.86% 0.63% -
XYZ 9.35 7.91 34.75 -
YUV 69.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 22 76 161 0.86 0.53 0 0.37 216.69 0.76 0.36
Hex 16 4C A1 56 35 0 25 D9 4C 24
Octal 26 114 241 126 65 0 45 331 114 44
Binary 10110 1001100 10100001 1010110 110101 0 100101 11011001 1001100 100100

Color Harmonies of #164CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CA1

Black with #164CA1

Text Example


Text Example

White with #164CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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