#0168BE

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

Shades of Navy Blue #0168BE

Tints of Navy Blue #0168BE

Color information

#0168BE (or 0x0168BE) is unknown color: approx Navy Blue. HEX triplet: 01, 68 and BE. RGB value is (1,104,190). Sum of RGB (Red+Green+Blue) = 1+104+190=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0168BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168BE is #FE9741. Grayscale: #525252. Windows color (decimal): -16684866 or 12478465. OLE color: 12478465.

HSL color Cylindrical-coordinate representation of color #0168BE: hue angle of 207.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168BE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1104190-
CMYK0.990.4500.25
HSL207.3º98.95%37.45%-
HSV(B)207.3º99.47%74.51%-
XYZ14.2613.6250.59-
YUV83.01188.3869.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=0.34%
G=35.25%
B=64.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11041900.990.4500.25207.398.9537.45
Hex168BE632D019cf6325
Octal11502761435503131714345
Binary11101000101111101100011101101011001110011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0168BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0168BE; }

 p { color: rgb(1,104,190); }

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

<style>
 a { background-color: #0168BE; }

 a { background-color: rgb(1,104,190); }

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

<style>
 span { border-color: #0168BE; }

 span { border-color: rgb(1,104,190); }

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