Html Css Color HEX #0978DC Navy Blue

📋 copy color: '#0978DC'

red 9 ◦ green 120 ◦ blue 220

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

Shades of Navy Blue #0978DC

Tints of Navy Blue #0978DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 2.58%
G = 34.38%
B = 63.04%

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

#0978DC (or 0x0978DC) is known color: Navy Blue. HEX triplet: 09, 78 and DC. RGB value is (9,120,220). Sum of RGB (Red+Green+Blue) = 9+120+220=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #0978DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0978DC is #F68723. Grayscale: #616161. Windows color (decimal): -16156452 or 14448649. OLE color: 14448649.

HSL color Cylindrical-coordinate representation of color #0978DC: hue angle of 208.44º 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 #0978DC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 120 220 -
CMYK 0.96 0.45 0 0.14
HSL 208.44º 0.92% 0.45% -
HSV(B) 208.44º 0.96% 0.86% -
XYZ 19.75 18.66 70.27 -
YUV 98.21 196.73 64.37 -
System Red Green Blue C M Y K H S L
Decimal 9 120 220 0.96 0.45 0 0.14 208.44 0.92 0.45
Hex 9 78 DC 60 2D 0 E D0 5C 2D
Octal 11 170 334 140 55 0 16 320 134 55
Binary 1001 1111000 11011100 1100000 101101 0 1110 11010000 1011100 101101

Color Harmonies of #0978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0978DC

Black with #0978DC

Text Example


Text Example

White with #0978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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