#0966F6

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

Shades of Navy Blue #0966F6

Tints of Navy Blue #0966F6

Color information

#0966F6 (or 0x0966F6) is unknown color: approx Navy Blue. HEX triplet: 09, 66 and F6. RGB value is (9,102,246). Sum of RGB (Red+Green+Blue) = 9+102+246=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #0966F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0966F6 is #F69909. Grayscale: #595959. Windows color (decimal): -16161034 or 16147977. OLE color: 16147977.

HSL color Cylindrical-coordinate representation of color #0966F6: hue angle of 216.46º 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 #0966F6 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9102246-
CMYK0.960.5900.04
HSL216.46º92.94%50%-
HSV(B)216.46º96.34%96.47%-
XYZ21.516.2189.19-
YUV90.61215.6969.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.52%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 246 (96.48% from 255) = 68.91%
R=2.52%
G=28.57%
B=68.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91022460.960.5900.04216.4692.9450
Hex966F6603B04d85d32
Octal11146366140730433013562
Binary100111001101111011011000001110110100110110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0966F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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