#164A8A

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

Shades of Dark Cerulean #164A8A

Tints of Dark Cerulean #164A8A

Color information

#164A8A (or 0x164A8A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 4A and 8A. RGB value is (22,74,138). Sum of RGB (Red+Green+Blue) = 22+74+138=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #164A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164A8A is #E9B575. Grayscale: #414141. Windows color (decimal): -15316342 or 9062934. OLE color: 9062934.

HSL color Cylindrical-coordinate representation of color #164A8A: hue angle of 213.1º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #164A8A is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2274138-
CMYK0.840.4600.46
HSL213.1º72.5%31.37%-
HSV(B)213.1º84.06%54.12%-
XYZ7.376.924.99-
YUV65.75168.7796.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=9.40%
G=31.62%
B=58.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22741380.840.4600.46213.172.531.37
Hex164A8A542E02Ed5481f
Octal261122121245605632511037
Binary101101001010100010101010100101110010111011010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,74,138); }

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

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

 a { background-color: rgb(22,74,138); }

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

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

 span { border-color: rgb(22,74,138); }

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