Html Css Color HEX #164D73 Dark Cerulean

📋 copy color: '#164D73'

red 22 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #164D73

Tints of Dark Cerulean #164D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 10.28%
G = 35.98%
B = 53.74%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164D73 (or 0x164D73) is known color: Dark Cerulean. HEX triplet: 16, 4D and 73. RGB value is (22,77,115). Sum of RGB (Red+Green+Blue) = 22+77+115=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #164D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D73 is #E9B28C. Grayscale: #404040. Windows color (decimal): -15315597 or 7556374. OLE color: 7556374.

HSL color Cylindrical-coordinate representation of color #164D73: hue angle of 204.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164D73 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 77 115 -
CMYK 0.81 0.33 0 0.55
HSL 204.52º 0.68% 0.27% -
HSV(B) 204.52º 0.81% 0.45% -
XYZ 6.08 6.72 17.2 -
YUV 64.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 22 77 115 0.81 0.33 0 0.55 204.52 0.68 0.27
Hex 16 4D 73 51 21 0 37 CD 44 1B
Octal 26 115 163 121 41 0 67 315 104 33
Binary 10110 1001101 1110011 1010001 100001 0 110111 11001101 1000100 11011

Color Harmonies of #164D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D73

Black with #164D73

Text Example


Text Example

White with #164D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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