Html Css Color HEX #0976EA Navy Blue

📋 copy color: '#0976EA'

red 9 ◦ green 118 ◦ blue 234

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

Shades of Navy Blue #0976EA

Tints of Navy Blue #0976EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 2.49%
G = 32.69%
B = 64.82%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0976EA (or 0x0976EA) is known color: Navy Blue. HEX triplet: 09, 76 and EA. RGB value is (9,118,234). Sum of RGB (Red+Green+Blue) = 9+118+234=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #0976EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0976EA is #F68915. Grayscale: #626262. Windows color (decimal): -16156950 or 15365641. OLE color: 15365641.

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

Color convert

RGB 9 118 234 -
CMYK 0.96 0.50 0 0.08
HSL 210.93º 0.93% 0.48% -
HSV(B) 210.93º 0.96% 0.92% -
XYZ 21.44 18.96 80.37 -
YUV 98.63 204.39 64.07 -
System Red Green Blue C M Y K H S L
Decimal 9 118 234 0.96 0.50 0 0.08 210.93 0.93 0.48
Hex 9 76 EA 60 32 0 8 D3 5D 30
Octal 11 166 352 140 62 0 10 323 135 60
Binary 1001 1110110 11101010 1100000 110010 0 1000 11010011 1011101 110000

Color Harmonies of #0976EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976EA

Black with #0976EA

Text Example


Text Example

White with #0976EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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