Html Css Color HEX #0979DC Navy Blue

📋 copy color: '#0979DC'

red 9 ◦ green 121 ◦ blue 220

#0979DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0979DC

Tints of Navy Blue #0979DC

RGB

 RED value IS 9 (3.91% from 255) = 2.57%

 GREEN value IS 121 (47.66% from 255) = 34.57%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 2.57%
G = 34.57%
B = 62.86%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0979DC (or 0x0979DC) is known color: Navy Blue. HEX triplet: 09, 79 and DC. RGB value is (9,121,220). Sum of RGB (Red+Green+Blue) = 9+121+220=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #0979DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979DC is #F68623. Grayscale: #626262. Windows color (decimal): -16156196 or 14448905. OLE color: 14448905.

HSL color Cylindrical-coordinate representation of color #0979DC: hue angle of 208.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979DC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 121 220 -
CMYK 0.96 0.45 0 0.14
HSL 208.15º 0.92% 0.45% -
HSV(B) 208.15º 0.96% 0.86% -
XYZ 19.87 18.9 70.31 -
YUV 98.8 196.39 63.95 -
System Red Green Blue C M Y K H S L
Decimal 9 121 220 0.96 0.45 0 0.14 208.15 0.92 0.45
Hex 9 79 DC 60 2D 0 E D0 5C 2D
Octal 11 171 334 140 55 0 16 320 134 55
Binary 1001 1111001 11011100 1100000 101101 0 1110 11010000 1011100 101101

Color Harmonies of #0979DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0979DC

Black with #0979DC

Text Example


Text Example

White with #0979DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0979DC;
 }
 .AnyTagClassName
 {
   color: #0979DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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