Html Css Color HEX #0977BF Navy Blue

📋 copy color: '#0977BF'

red 9 ◦ green 119 ◦ blue 191

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

Shades of Navy Blue #0977BF

Tints of Navy Blue #0977BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 191 (75% from 255) = 59.87%

R = 2.82%
G = 37.3%
B = 59.87%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0977BF (or 0x0977BF) is known color: Navy Blue. HEX triplet: 09, 77 and BF. RGB value is (9,119,191). Sum of RGB (Red+Green+Blue) = 9+119+191=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #0977BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977BF is #F68840. Grayscale: #5D5D5D. Windows color (decimal): -16156737 or 12547849. OLE color: 12547849.

HSL color Cylindrical-coordinate representation of color #0977BF: hue angle of 203.74º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0977BF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 119 191 -
CMYK 0.95 0.38 0 0.25
HSL 203.74º 0.91% 0.39% -
HSV(B) 203.74º 0.95% 0.75% -
XYZ 16.11 17.01 51.72 -
YUV 94.32 182.56 67.15 -
System Red Green Blue C M Y K H S L
Decimal 9 119 191 0.95 0.38 0 0.25 203.74 0.91 0.39
Hex 9 77 BF 5F 26 0 19 CC 5B 27
Octal 11 167 277 137 46 0 31 314 133 47
Binary 1001 1110111 10111111 1011111 100110 0 11001 11001100 1011011 100111

Color Harmonies of #0977BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977BF

Black with #0977BF

Text Example


Text Example

White with #0977BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0977BF; }

 p { color: rgb(9,119,191); }

 H1.HeaderClassName
 {
   color: #0977BF;
 }
 .AnyTagClassName
 {
   color: #0977BF;
 }
</style>

background-color css

<style>
 a { background-color: #0977BF; }

 a { background-color: rgb(9,119,191); }

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

border-color css

<style>
 span { border-color: #0977BF; }

 span { border-color: rgb(9,119,191); }

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