#0659d8

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

Shades of Navy Blue #0659D8

Tints of Navy Blue #0659D8

Color information

#0659D8 (or 0x0659D8) is unknown color: approx Navy Blue. HEX triplet: 06, 59 and D8. RGB value is (6,89,216). Sum of RGB (Red+Green+Blue) = 6+89+216=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 216 (84.77% from 255 or 69.45% from 311); Max value from RGB is 216 - color contains mainly: blue. Hex color #0659D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0659D8 is #F9A627. Grayscale: #4E4E4E. Windows color (decimal): -16361000 or 14178566. OLE color: 14178566.

HSL color Cylindrical-coordinate representation of color #0659D8: hue angle of 216.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659D8 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB689216-
CMYK0.970.5900.15
HSL216.29º94.59%43.53%-
HSV(B)216.29º97.22%84.71%-
XYZ16.0412.1466.46-
YUV78.66205.576.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 216 (84.77% from 255) = 69.45%
R=1.93%
G=28.62%
B=69.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6892160.970.5900.15216.2994.5943.53
Hex659D8613B0Fd85f2c
Octal61313301417301733013754
Binary110101100111011000110000111101101111110110001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0659d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0659d8; }

 p { color: rgb(6,89,216); }

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

<style>
 a { background-color: #0659d8; }

 a { background-color: rgb(6,89,216); }

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

<style>
 span { border-color: #0659d8; }

 span { border-color: rgb(6,89,216); }

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