Html Css Color HEX #0976CE Navy Blue

📋 copy color: '#0976CE'

red 9 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #0976CE

Tints of Navy Blue #0976CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 2.7%
G = 35.44%
B = 61.86%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0976CE (or 0x0976CE) is known color: Navy Blue. HEX triplet: 09, 76 and CE. RGB value is (9,118,206). Sum of RGB (Red+Green+Blue) = 9+118+206=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #0976CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976CE is #F68931. Grayscale: #5E5E5E. Windows color (decimal): -16156978 or 13530633. OLE color: 13530633.

HSL color Cylindrical-coordinate representation of color #0976CE: hue angle of 206.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0976CE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 118 206 -
CMYK 0.96 0.43 0 0.19
HSL 206.8º 0.92% 0.42% -
HSV(B) 206.8º 0.96% 0.81% -
XYZ 17.73 17.47 60.83 -
YUV 95.44 190.39 66.34 -
System Red Green Blue C M Y K H S L
Decimal 9 118 206 0.96 0.43 0 0.19 206.8 0.92 0.42
Hex 9 76 CE 60 2B 0 13 CF 5C 2A
Octal 11 166 316 140 53 0 23 317 134 52
Binary 1001 1110110 11001110 1100000 101011 0 10011 11001111 1011100 101010

Color Harmonies of #0976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976CE

Black with #0976CE

Text Example


Text Example

White with #0976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0976CE; }

 p { color: rgb(9,118,206); }

 H1.HeaderClassName
 {
   color: #0976CE;
 }
 .AnyTagClassName
 {
   color: #0976CE;
 }
</style>

background-color css

<style>
 a { background-color: #0976CE; }

 a { background-color: rgb(9,118,206); }

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

border-color css

<style>
 span { border-color: #0976CE; }

 span { border-color: rgb(9,118,206); }

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