#0967F6

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

Shades of Navy Blue #0967F6

Tints of Navy Blue #0967F6

Color information

#0967F6 (or 0x0967F6) is unknown color: approx Navy Blue. HEX triplet: 09, 67 and F6. RGB value is (9,103,246). Sum of RGB (Red+Green+Blue) = 9+103+246=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #0967F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0967F6 is #F69809. Grayscale: #5A5A5A. Windows color (decimal): -16160778 or 16148233. OLE color: 16148233.

HSL color Cylindrical-coordinate representation of color #0967F6: hue angle of 216.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0967F6 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9103246-
CMYK0.960.5800.04
HSL216.2º92.94%50%-
HSV(B)216.2º96.34%96.47%-
XYZ21.616.4189.22-
YUV91.2215.3669.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.51%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 246 (96.48% from 255) = 68.72%
R=2.51%
G=28.77%
B=68.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91032460.960.5800.04216.292.9450
Hex967F6603A04d85d32
Octal11147366140720433013562
Binary100111001111111011011000001110100100110110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0967F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0967F6; }

 p { color: rgb(9,103,246); }

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

<style>
 a { background-color: #0967F6; }

 a { background-color: rgb(9,103,246); }

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

<style>
 span { border-color: #0967F6; }

 span { border-color: rgb(9,103,246); }

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