Html Css Color HEX #164177 Dark Cerulean

📋 copy color: '#164177'

red 22 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #164177

Tints of Dark Cerulean #164177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 10.68%
G = 31.55%
B = 57.77%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#164177 (or 0x164177) is known color: Dark Cerulean. HEX triplet: 16, 41 and 77. RGB value is (22,65,119). Sum of RGB (Red+Green+Blue) = 22+65+119=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #164177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164177 is #E9BE88. Grayscale: #3A3A3A. Windows color (decimal): -15318665 or 7815446. OLE color: 7815446.

HSL color Cylindrical-coordinate representation of color #164177: hue angle of 213.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164177 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 65 119 -
CMYK 0.82 0.45 0 0.53
HSL 213.4º 0.69% 0.28% -
HSV(B) 213.4º 0.82% 0.47% -
XYZ 5.55 5.28 18.18 -
YUV 58.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 22 65 119 0.82 0.45 0 0.53 213.4 0.69 0.28
Hex 16 41 77 52 2D 0 35 D5 45 1C
Octal 26 101 167 122 55 0 65 325 105 34
Binary 10110 1000001 1110111 1010010 101101 0 110101 11010101 1000101 11100

Color Harmonies of #164177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164177

Black with #164177

Text Example


Text Example

White with #164177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164177; }

 p { color: rgb(22,65,119); }

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

background-color css

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

 a { background-color: rgb(22,65,119); }

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

border-color css

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

 span { border-color: rgb(22,65,119); }

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