Html Css Color HEX #0676BE Navy Blue

📋 copy color: '#0676BE'

red 6 ◦ green 118 ◦ blue 190

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

Shades of Navy Blue #0676BE

Tints of Navy Blue #0676BE

RGB

 RED value IS 6 (2.73% from 255) = 1.91%

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 1.91%
G = 37.58%
B = 60.51%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0676BE (or 0x0676BE) is known color: Navy Blue. HEX triplet: 06, 76 and BE. RGB value is (6,118,190). Sum of RGB (Red+Green+Blue) = 6+118+190=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #0676BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676BE is #F98941. Grayscale: #5C5C5C. Windows color (decimal): -16353602 or 12482054. OLE color: 12482054.

HSL color Cylindrical-coordinate representation of color #0676BE: hue angle of 203.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0676BE is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 118 190 -
CMYK 0.97 0.38 0 0.25
HSL 203.48º 0.94% 0.38% -
HSV(B) 203.48º 0.97% 0.75% -
XYZ 15.85 16.71 51.11 -
YUV 92.72 182.89 66.15 -
System Red Green Blue C M Y K H S L
Decimal 6 118 190 0.97 0.38 0 0.25 203.48 0.94 0.38
Hex 6 76 BE 61 26 0 19 CB 5E 26
Octal 6 166 276 141 46 0 31 313 136 46
Binary 110 1110110 10111110 1100001 100110 0 11001 11001011 1011110 100110

Color Harmonies of #0676BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676BE

Black with #0676BE

Text Example


Text Example

White with #0676BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0676BE; }

 p { color: rgb(6,118,190); }

 H1.HeaderClassName
 {
   color: #0676BE;
 }
 .AnyTagClassName
 {
   color: #0676BE;
 }
</style>

background-color css

<style>
 a { background-color: #0676BE; }

 a { background-color: rgb(6,118,190); }

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

border-color css

<style>
 span { border-color: #0676BE; }

 span { border-color: rgb(6,118,190); }

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