Html Css Color HEX #164976 Dark Cerulean

📋 copy color: '#164976'

red 22 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #164976

Tints of Dark Cerulean #164976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.27%

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

R = 10.33%
G = 34.27%
B = 55.4%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#164976 (or 0x164976) is known color: Dark Cerulean. HEX triplet: 16, 49 and 76. RGB value is (22,73,118). Sum of RGB (Red+Green+Blue) = 22+73+118=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #164976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164976 is #E9B689. Grayscale: #3E3E3E. Windows color (decimal): -15316618 or 7751958. OLE color: 7751958.

HSL color Cylindrical-coordinate representation of color #164976: hue angle of 208.12º 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 #164976 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 73 118 -
CMYK 0.81 0.38 0 0.54
HSL 208.13º 0.69% 0.27% -
HSV(B) 208.13º 0.81% 0.46% -
XYZ 5.98 6.24 18.03 -
YUV 62.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 22 73 118 0.81 0.38 0 0.54 208.13 0.69 0.27
Hex 16 49 76 51 26 0 36 D0 45 1B
Octal 26 111 166 121 46 0 66 320 105 33
Binary 10110 1001001 1110110 1010001 100110 0 110110 11010000 1000101 11011

Color Harmonies of #164976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164976

Black with #164976

Text Example


Text Example

White with #164976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164976; }

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

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

background-color css

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

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

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

border-color css

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

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

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