#167CCE

Color #167CCE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #167CCE

Tints of Navy Blue #167CCE

Color information

#167CCE (or 0x167CCE) is unknown color: approx Navy Blue. HEX triplet: 16, 7C and CE. RGB value is (22,124,206). Sum of RGB (Red+Green+Blue) = 22+124+206=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #167CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CCE is #E98331. Grayscale: #666666. Windows color (decimal): -15303474 or 13532182. OLE color: 13532182.

HSL color Cylindrical-coordinate representation of color #167CCE: hue angle of 206.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167CCE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB22124206-
CMYK0.890.4000.19
HSL206.74º80.7%44.71%-
HSV(B)206.74º89.32%80.78%-
XYZ18.6819.0461.08-
YUV102.85186.2170.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.25%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=6.25%
G=35.23%
B=58.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal221242060.890.4000.19206.7480.744.71
Hex167CCE5928013cf512d
Octal261743161315002331712155
Binary101101111100110011101011001101000010011110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167CCE; }

 p { color: rgb(22,124,206); }

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

<style>
 a { background-color: #167CCE; }

 a { background-color: rgb(22,124,206); }

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

<style>
 span { border-color: #167CCE; }

 span { border-color: rgb(22,124,206); }

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