Html Css Color HEX #0979DD Navy Blue

📋 copy color: '#0979DD'

red 9 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #0979DD

Tints of Navy Blue #0979DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 2.56%
G = 34.47%
B = 62.96%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0979DD (or 0x0979DD) is known color: Navy Blue. HEX triplet: 09, 79 and DD. RGB value is (9,121,221). Sum of RGB (Red+Green+Blue) = 9+121+221=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #0979DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979DD is #F68622. Grayscale: #626262. Windows color (decimal): -16156195 or 14514441. OLE color: 14514441.

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

Color convert

RGB 9 121 221 -
CMYK 0.96 0.45 0 0.13
HSL 208.3º 0.92% 0.45% -
HSV(B) 208.3º 0.96% 0.87% -
XYZ 20 18.95 71.01 -
YUV 98.91 196.89 63.87 -
System Red Green Blue C M Y K H S L
Decimal 9 121 221 0.96 0.45 0 0.13 208.3 0.92 0.45
Hex 9 79 DD 60 2D 0 D D0 5C 2D
Octal 11 171 335 140 55 0 15 320 134 55
Binary 1001 1111001 11011101 1100000 101101 0 1101 11010000 1011100 101101

Color Harmonies of #0979DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0979DD

Black with #0979DD

Text Example


Text Example

White with #0979DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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