#164BBD

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

Shades of Cerulean Blue #164BBD

Tints of Cerulean Blue #164BBD

Color information

#164BBD (or 0x164BBD) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4B and BD. RGB value is (22,75,189). Sum of RGB (Red+Green+Blue) = 22+75+189=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #164BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BBD is #E9B442. Grayscale: #474747. Windows color (decimal): -15316035 or 12405526. OLE color: 12405526.

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

Color convert

RGB2275189-
CMYK0.880.6000.26
HSL220.96º79.15%41.37%-
HSV(B)220.96º88.36%74.12%-
XYZ12.038.8849.22-
YUV72.15193.9492.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.69%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 66.08%
R=7.69%
G=26.22%
B=66.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22751890.880.6000.26220.9679.1541.37
Hex164BBD583C01Add4f29
Octal261132751307403233511751
Binary101101001011101111011011000111100011010110111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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