Html Css Color HEX #164676 Dark Cerulean

📋 copy color: '#164676'

red 22 ◦ green 70 ◦ blue 118

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

Shades of Dark Cerulean #164676

Tints of Dark Cerulean #164676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 10.48%
G = 33.33%
B = 56.19%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164676 (or 0x164676) is known color: Dark Cerulean. HEX triplet: 16, 46 and 76. RGB value is (22,70,118). Sum of RGB (Red+Green+Blue) = 22+70+118=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #164676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164676 is #E9B989. Grayscale: #3C3C3C. Windows color (decimal): -15317386 or 7751190. OLE color: 7751190.

HSL color Cylindrical-coordinate representation of color #164676: hue angle of 210º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164676 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 70 118 -
CMYK 0.81 0.41 0 0.54
HSL 210º 0.69% 0.27% -
HSV(B) 210º 0.81% 0.46% -
XYZ 5.79 5.86 17.97 -
YUV 61.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 22 70 118 0.81 0.41 0 0.54 210 0.69 0.27
Hex 16 46 76 51 29 0 36 D2 45 1B
Octal 26 106 166 121 51 0 66 322 105 33
Binary 10110 1000110 1110110 1010001 101001 0 110110 11010010 1000101 11011

Color Harmonies of #164676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164676

Black with #164676

Text Example


Text Example

White with #164676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164676; }

 p { color: rgb(22,70,118); }

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

background-color css

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

 a { background-color: rgb(22,70,118); }

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

border-color css

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

 span { border-color: rgb(22,70,118); }

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