Html Css Color HEX #164D74 Dark Cerulean

📋 copy color: '#164D74'

red 22 ◦ green 77 ◦ blue 116

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

Shades of Dark Cerulean #164D74

Tints of Dark Cerulean #164D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 10.23%
G = 35.81%
B = 53.95%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164D74 (or 0x164D74) is known color: Dark Cerulean. HEX triplet: 16, 4D and 74. RGB value is (22,77,116). Sum of RGB (Red+Green+Blue) = 22+77+116=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #164D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D74 is #E9B28B. Grayscale: #404040. Windows color (decimal): -15315596 or 7621910. OLE color: 7621910.

HSL color Cylindrical-coordinate representation of color #164D74: hue angle of 204.89º 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 #164D74 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 77 116 -
CMYK 0.81 0.34 0 0.55
HSL 204.89º 0.68% 0.27% -
HSV(B) 204.89º 0.81% 0.45% -
XYZ 6.14 6.74 17.5 -
YUV 65 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 22 77 116 0.81 0.34 0 0.55 204.89 0.68 0.27
Hex 16 4D 74 51 22 0 37 CD 44 1B
Octal 26 115 164 121 42 0 67 315 104 33
Binary 10110 1001101 1110100 1010001 100010 0 110111 11001101 1000100 11011

Color Harmonies of #164D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D74

Black with #164D74

Text Example


Text Example

White with #164D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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