#164BCC

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

Shades of Cerulean Blue #164BCC

Tints of Cerulean Blue #164BCC

Color information

#164BCC (or 0x164BCC) is unknown color: approx Cerulean Blue. HEX triplet: 16, 4B and CC. RGB value is (22,75,204). Sum of RGB (Red+Green+Blue) = 22+75+204=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #164BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BCC is #E9B433. Grayscale: #494949. Windows color (decimal): -15316020 or 13388566. OLE color: 13388566.

HSL color Cylindrical-coordinate representation of color #164BCC: hue angle of 222.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164BCC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2275204-
CMYK0.890.6300.2
HSL222.53º80.53%44.31%-
HSV(B)222.53º89.22%80%-
XYZ13.759.5658.25-
YUV73.86201.4491.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.31%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 204 (80.08% from 255) = 67.77%
R=7.31%
G=24.92%
B=67.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22752040.890.6300.2222.5380.5344.31
Hex164BCC593F014df512c
Octal261133141317702433712154
Binary101101001011110011001011001111111010100110111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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