#164EC6

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

Shades of Cerulean Blue #164EC6

Tints of Cerulean Blue #164EC6

Color information

#164EC6 (or 0x164EC6) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4E and C6. RGB value is (22,78,198). Sum of RGB (Red+Green+Blue) = 22+78+198=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #164EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164EC6 is #E9B139. Grayscale: #4A4A4A. Windows color (decimal): -15315258 or 12996118. OLE color: 12996118.

HSL color Cylindrical-coordinate representation of color #164EC6: hue angle of 220.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164EC6 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2278198-
CMYK0.890.6100.22
HSL220.91º80%43.14%-
HSV(B)220.91º88.89%77.65%-
XYZ13.259.754.6-
YUV74.94197.4590.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.38%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 198 (77.73% from 255) = 66.44%
R=7.38%
G=26.17%
B=66.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22781980.890.6100.22220.918043.14
Hex164EC6593D016dd502b
Octal261163061317502633512053
Binary101101001110110001101011001111101010110110111011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,198); }

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

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

 a { background-color: rgb(22,78,198); }

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

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

 span { border-color: rgb(22,78,198); }

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