#164CBA

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

Shades of Cerulean Blue #164CBA

Tints of Cerulean Blue #164CBA

Color information

#164CBA (or 0x164CBA) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4C and BA. RGB value is (22,76,186). Sum of RGB (Red+Green+Blue) = 22+76+186=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #164CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CBA is #E9B345. Grayscale: #474747. Windows color (decimal): -15315782 or 12209174. OLE color: 12209174.

HSL color Cylindrical-coordinate representation of color #164CBA: hue angle of 220.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164CBA is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2276186-
CMYK0.880.5900.27
HSL220.24º78.85%40.78%-
HSV(B)220.24º88.17%72.94%-
XYZ11.788.8847.55-
YUV72.39192.1192.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=7.75%
G=26.76%
B=65.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22761860.880.5900.27220.2478.8540.78
Hex164CBA583B01Bdc4f29
Octal261142721307303333411751
Binary101101001100101110101011000111011011011110111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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