#0979C7

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

Shades of Navy Blue #0979C7

Tints of Navy Blue #0979C7

Color information

#0979C7 (or 0x0979C7) is unknown color: approx Navy Blue. HEX triplet: 09, 79 and C7. RGB value is (9,121,199). Sum of RGB (Red+Green+Blue) = 9+121+199=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #0979C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979C7 is #F68638. Grayscale: #5F5F5F. Windows color (decimal): -16156217 or 13072649. OLE color: 13072649.

HSL color Cylindrical-coordinate representation of color #0979C7: hue angle of 204.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0979C7 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9121199-
CMYK0.950.3900.22
HSL204.63º91.35%40.78%-
HSV(B)204.63º95.48%78.04%-
XYZ17.2617.8656.57-
YUV96.4185.8965.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 199 (78.12% from 255) = 60.49%
R=2.74%
G=36.78%
B=60.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91211990.950.3900.22204.6391.3540.78
Hex979C75F27016cd5b29
Octal111713071374702631513351
Binary10011111001110001111011111100111010110110011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0979C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0979C7; }

 p { color: rgb(9,121,199); }

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

<style>
 a { background-color: #0979C7; }

 a { background-color: rgb(9,121,199); }

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

<style>
 span { border-color: #0979C7; }

 span { border-color: rgb(9,121,199); }

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