#0865D7

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

Shades of Navy Blue #0865D7

Tints of Navy Blue #0865D7

Color information

#0865D7 (or 0x0865D7) is unknown color: approx Navy Blue. HEX triplet: 08, 65 and D7. RGB value is (8,101,215). Sum of RGB (Red+Green+Blue) = 8+101+215=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 215 (84.38% from 255 or 66.36% from 324); Max value from RGB is 215 - color contains mainly: blue. Hex color #0865D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0865D7 is #F79A28. Grayscale: #555555. Windows color (decimal): -16226857 or 14116104. OLE color: 14116104.

HSL color Cylindrical-coordinate representation of color #0865D7: hue angle of 213.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0865D7 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8101215-
CMYK0.960.5300.16
HSL213.04º92.83%43.73%-
HSV(B)213.04º96.28%84.31%-
XYZ17.0214.2766.15-
YUV86.19200.6972.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 215 (84.38% from 255) = 66.36%
R=2.47%
G=31.17%
B=66.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81012150.960.5300.16213.0492.8343.73
Hex865D76035010d55d2c
Octal101453271406502032513554
Binary10001100101110101111100000110101010000110101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0865D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0865D7; }

 p { color: rgb(8,101,215); }

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

<style>
 a { background-color: #0865D7; }

 a { background-color: rgb(8,101,215); }

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

<style>
 span { border-color: #0865D7; }

 span { border-color: rgb(8,101,215); }

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