#164BB5

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

Shades of Cerulean Blue #164BB5

Tints of Cerulean Blue #164BB5

Color information

#164BB5 (or 0x164BB5) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4B and B5. RGB value is (22,75,181). Sum of RGB (Red+Green+Blue) = 22+75+181=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #164BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BB5 is #E9B44A. Grayscale: #464646. Windows color (decimal): -15316043 or 11881238. OLE color: 11881238.

HSL color Cylindrical-coordinate representation of color #164BB5: hue angle of 220º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164BB5 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2275181-
CMYK0.880.5900.29
HSL220º78.33%39.8%-
HSV(B)220º87.85%70.98%-
XYZ11.198.5444.77-
YUV71.24189.9492.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.91%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 181 (71.09% from 255) = 65.11%
R=7.91%
G=26.98%
B=65.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22751810.880.5900.2922078.3339.8
Hex164BB5583B01Ddc4e28
Octal261132651307303533411650
Binary101101001011101101011011000111011011101110111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,181); }

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

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

 a { background-color: rgb(22,75,181); }

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

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

 span { border-color: rgb(22,75,181); }

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