Html Css Color HEX #164DAD Cobalt

📋 copy color: '#164DAD'

red 22 ◦ green 77 ◦ blue 173

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

Shades of Cobalt #164DAD

Tints of Cobalt #164DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.6%

R = 8.09%
G = 28.31%
B = 63.6%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#164DAD (or 0x164DAD) is known color: Cobalt. HEX triplet: 16, 4D and AD. RGB value is (22,77,173). Sum of RGB (Red+Green+Blue) = 22+77+173=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #164DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164DAD is #E9B252. Grayscale: #474747. Windows color (decimal): -15315539 or 11357462. OLE color: 11357462.

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

Color convert

RGB 22 77 173 -
CMYK 0.87 0.55 0 0.32
HSL 218.15º 0.77% 0.38% -
HSV(B) 218.15º 0.87% 0.68% -
XYZ 10.53 8.5 40.62 -
YUV 71.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 22 77 173 0.87 0.55 0 0.32 218.15 0.77 0.38
Hex 16 4D AD 57 37 0 20 DA 4D 26
Octal 26 115 255 127 67 0 40 332 115 46
Binary 10110 1001101 10101101 1010111 110111 0 100000 11011010 1001101 100110

Color Harmonies of #164DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DAD

Black with #164DAD

Text Example


Text Example

White with #164DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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