Html Css Color HEX #164F9C Cobalt

📋 copy color: '#164F9C'

red 22 ◦ green 79 ◦ blue 156

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

Shades of Cobalt #164F9C

Tints of Cobalt #164F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 8.56%
G = 30.74%
B = 60.7%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#164F9C (or 0x164F9C) is known color: Cobalt. HEX triplet: 16, 4F and 9C. RGB value is (22,79,156). Sum of RGB (Red+Green+Blue) = 22+79+156=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #164F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F9C is #E9B063. Grayscale: #464646. Windows color (decimal): -15315044 or 10243862. OLE color: 10243862.

HSL color Cylindrical-coordinate representation of color #164F9C: hue angle of 214.48º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164F9C is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 79 156 -
CMYK 0.86 0.49 0 0.39
HSL 214.48º 0.75% 0.35% -
HSV(B) 214.48º 0.86% 0.61% -
XYZ 9.13 8.16 32.55 -
YUV 70.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 22 79 156 0.86 0.49 0 0.39 214.48 0.75 0.35
Hex 16 4F 9C 56 31 0 27 D6 4B 23
Octal 26 117 234 126 61 0 47 326 113 43
Binary 10110 1001111 10011100 1010110 110001 0 100111 11010110 1001011 100011

Color Harmonies of #164F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164F9C

Black with #164F9C

Text Example


Text Example

White with #164F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,79,156); }

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

background-color css

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

 a { background-color: rgb(22,79,156); }

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

border-color css

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

 span { border-color: rgb(22,79,156); }

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