Html Css Color HEX #0976EC Navy Blue

📋 copy color: '#0976EC'

red 9 ◦ green 118 ◦ blue 236

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

Shades of Navy Blue #0976EC

Tints of Navy Blue #0976EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 2.48%
G = 32.51%
B = 65.01%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0976EC (or 0x0976EC) is known color: Navy Blue. HEX triplet: 09, 76 and EC. RGB value is (9,118,236). Sum of RGB (Red+Green+Blue) = 9+118+236=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #0976EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976EC is #F68913. Grayscale: #626262. Windows color (decimal): -16156948 or 15496713. OLE color: 15496713.

HSL color Cylindrical-coordinate representation of color #0976EC: hue angle of 211.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0976EC is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 118 236 -
CMYK 0.96 0.5 0 0.07
HSL 211.19º 0.93% 0.48% -
HSV(B) 211.19º 0.96% 0.93% -
XYZ 21.73 19.07 81.89 -
YUV 98.86 205.39 63.91 -
System Red Green Blue C M Y K H S L
Decimal 9 118 236 0.96 0.5 0 0.07 211.19 0.93 0.48
Hex 9 76 EC 60 32 0 7 D3 5D 30
Octal 11 166 354 140 62 0 7 323 135 60
Binary 1001 1110110 11101100 1100000 110010 0 111 11010011 1011101 110000

Color Harmonies of #0976EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976EC

Black with #0976EC

Text Example


Text Example

White with #0976EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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