#0976CF

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

Shades of Navy Blue #0976CF

Tints of Navy Blue #0976CF

Color information

#0976CF (or 0x0976CF) is unknown color: approx Navy Blue. HEX triplet: 09, 76 and CF. RGB value is (9,118,207). Sum of RGB (Red+Green+Blue) = 9+118+207=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #0976CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976CF is #F68930. Grayscale: #5F5F5F. Windows color (decimal): -16156977 or 13596169. OLE color: 13596169.

HSL color Cylindrical-coordinate representation of color #0976CF: hue angle of 206.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0976CF is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9118207-
CMYK0.960.4300.19
HSL206.97º91.67%42.35%-
HSV(B)206.97º95.65%81.18%-
XYZ17.8517.5261.47-
YUV95.56190.8966.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.69%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 207 (81.25% from 255) = 61.98%
R=2.69%
G=35.33%
B=61.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91182070.960.4300.19206.9791.6742.35
Hex976CF602B013cf5c2a
Octal111663171405302331713452
Binary10011110110110011111100000101011010011110011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0976CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0976CF; }

 p { color: rgb(9,118,207); }

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

<style>
 a { background-color: #0976CF; }

 a { background-color: rgb(9,118,207); }

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

<style>
 span { border-color: #0976CF; }

 span { border-color: rgb(9,118,207); }

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