#164C7A

Color #164C7A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #164C7A

Tints of Dark Cerulean #164C7A

Color information

#164C7A (or 0x164C7A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4C and 7A. RGB value is (22,76,122). Sum of RGB (Red+Green+Blue) = 22+76+122=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #164C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C7A is #E9B385. Grayscale: #404040. Windows color (decimal): -15315846 or 8014870. OLE color: 8014870.

HSL color Cylindrical-coordinate representation of color #164C7A: hue angle of 207.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #164C7A is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2276122-
CMYK0.820.3800.52
HSL207.6º69.44%28.24%-
HSV(B)207.6º81.97%47.84%-
XYZ6.436.7419.38-
YUV65.1160.1197.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=10%
G=34.55%
B=55.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22761220.820.3800.52207.669.4428.24
Hex164C7A5226034d0451c
Octal261141721224606432010534
Binary10110100110011110101010010100110011010011010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,76,122); }

 H1.HeaderClassName
 {
   color: #164C7A;
 }
 .AnyTagClassName
 {
   color: #164C7A;
 }
</style>
background-color css

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

 a { background-color: rgb(22,76,122); }

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

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

 span { border-color: rgb(22,76,122); }

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