Html Css Color HEX #0677BE Navy Blue

📋 copy color: '#0677BE'

red 6 ◦ green 119 ◦ blue 190

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

Shades of Navy Blue #0677BE

Tints of Navy Blue #0677BE

RGB

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

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

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

R = 1.9%
G = 37.78%
B = 60.32%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0677BE (or 0x0677BE) is known color: Navy Blue. HEX triplet: 06, 77 and BE. RGB value is (6,119,190). Sum of RGB (Red+Green+Blue) = 6+119+190=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #0677BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677BE is #F98841. Grayscale: #5C5C5C. Windows color (decimal): -16353346 or 12482310. OLE color: 12482310.

HSL color Cylindrical-coordinate representation of color #0677BE: hue angle of 203.15º 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 #0677BE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 119 190 -
CMYK 0.97 0.37 0 0.25
HSL 203.15º 0.94% 0.38% -
HSV(B) 203.15º 0.97% 0.75% -
XYZ 15.97 16.95 51.15 -
YUV 93.31 182.56 65.73 -
System Red Green Blue C M Y K H S L
Decimal 6 119 190 0.97 0.37 0 0.25 203.15 0.94 0.38
Hex 6 77 BE 61 25 0 19 CB 5E 26
Octal 6 167 276 141 45 0 31 313 136 46
Binary 110 1110111 10111110 1100001 100101 0 11001 11001011 1011110 100110

Color Harmonies of #0677BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0677BE

Black with #0677BE

Text Example


Text Example

White with #0677BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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